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

28 lines
508 B
JSON
Raw Normal View History

2023-05-07 19:00:55 -04:00
{
2023-05-08 13:58:47 -04:00
"name": "sandbox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
2023-08-26 13:46:59 -04:00
"build": "tsc",
"format": "prettier --write .",
"start": "node build"
2023-05-08 13:58:47 -04:00
},
"author": "",
"license": "ISC",
"devDependencies": {
2023-11-19 21:06:40 -05:00
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.9.2",
"prettier": "^3.1.0",
2023-09-05 18:10:03 -04:00
"typescript": "^5.2.2"
2023-05-08 13:58:47 -04:00
},
"dependencies": {
2023-08-23 22:07:32 -04:00
"dotenv": "^16.3.1",
2023-05-08 13:58:47 -04:00
"fs-extra": "^11.1.1",
2023-10-02 13:28:52 -04:00
"simple-git": "^3.20.0",
2023-05-08 13:58:47 -04:00
"url-join": "^5.0.0",
2023-10-18 14:32:48 -04:00
"zod": "^3.22.4"
2023-05-08 13:58:47 -04:00
}
2023-05-07 19:00:55 -04:00
}