chore: init clean tree
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "device_contact",
|
||||
"module": "src/index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "bun run src/index.ts",
|
||||
"dev": "SDL_VIDEODRIVER=wayland NODE_ENV=development bun run --watch src/ui/app.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@kmamal/sdl": "^0.11.13",
|
||||
"@napi-rs/canvas": "^0.1.84"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user