bw-hspc-contest-env/sandbox/package.json

29 lines
534 B
JSON

{
"name": "sandbox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"format": "prettier --write .",
"start": "node build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.2",
"prettier": "^3.2.2",
"typescript": "^5.3.3"
},
"dependencies": {
"dotenv": "^16.3.1",
"fs-extra": "^11.2.0",
"simple-git": "^3.22.0",
"tree-kill": "^1.2.2",
"url-join": "^5.0.0",
"zod": "^3.22.4"
}
}