castle/package.json
2025-12-14 12:58:33 +01:00

15 lines
313 B
JSON

{
"name": "castle",
"version": "0.0.2",
"description": "Accounting for a collective entity",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"prettier": "^3.2.5",
"pyright": "^1.1.358"
}
}