36 lines
956 B
JSON
36 lines
956 B
JSON
{
|
|
"name": "shrimp",
|
|
"version": "0.1.0",
|
|
"exports": "./src/index.ts",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun --hot src/server/server.tsx",
|
|
"repl": "bun bin/repl",
|
|
"update-reef": "rm -rf ~/.bun/install/cache/ && rm bun.lock && bun update reefvm",
|
|
"cli:install": "ln -s \"$(pwd)/bin/shrimp\" ~/.bun/bin/shrimp",
|
|
"cli:remove": "rm ~/.bun/bin/shrimp",
|
|
"check": "bunx tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/view": "^6.38.3",
|
|
"@lezer/generator": "^1.8.0",
|
|
"bun-plugin-tailwind": "^0.0.15",
|
|
"codemirror": "^6.0.2",
|
|
"hono": "^4.9.8",
|
|
"reefvm": "git+https://git.nose.space/defunkt/reefvm",
|
|
"tailwindcss": "^4.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@lezer/highlight": "^1.2.1",
|
|
"@lezer/lr": "^1.4.2",
|
|
"@types/bun": "latest",
|
|
"diff": "^8.0.2",
|
|
"kleur": "^4.1.5"
|
|
},
|
|
"prettier": {
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 100
|
|
}
|
|
} |