vanilje/package.json
2024-02-25 00:21:01 -05:00

22 lines
455 B
JSON

{
"name": "vanilje",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "npm run build && cd build/src && node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.11.19",
"@types/ws": "^8.5.10",
"typescript": "^5.3.3"
},
"dependencies": {
"concordia": "^12.5.5"
}
}