vanilje/package.json
2024-02-21 00:22:50 +00:00

21 lines
434 B
JSON

{
"name": "vanilje",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.11.19",
"@types/ws": "^8.5.10",
"typescript": "^5.3.3"
},
"dependencies": {
"concordia": "^12.5.5"
}
}