vanilje/package.json

22 lines
455 B
JSON
Raw Normal View History

{
2024-02-21 13:22:50 +13:00
"name": "vanilje",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2024-02-25 18:06:02 +13:00
"build": "tsc",
2024-02-25 18:21:01 +13:00
"start": "npm run build && cd build/src && node ."
2024-02-21 13:22:50 +13:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.11.19",
"@types/ws": "^8.5.10",
"typescript": "^5.3.3"
},
"dependencies": {
"concordia": "^12.5.5"
}
}