24 lines
471 B
JSON
24 lines
471 B
JSON
{
|
|
"name": "toes-app",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"toes": {
|
|
"icon": "💬"
|
|
},
|
|
"scripts": {
|
|
"toes": "bun run --watch index.ts",
|
|
"dev": "bun run --hot index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"dependencies": {
|
|
"hype": "git+https://git.nose.space/defunkt/hype",
|
|
"forge": "git+https://git.nose.space/defunkt/forge"
|
|
}
|
|
}
|