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

28 lines
509 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",
2024-01-15 15:35:13 -05:00
"@types/node": "^20.11.2",
"prettier": "^3.2.2",
2023-12-19 16:59:34 -05:00
"typescript": "^5.3.3"
2023-05-08 13:58:47 -04:00
},
"dependencies": {
2023-08-23 22:07:32 -04:00
"dotenv": "^16.3.1",
2023-12-19 16:59:34 -05:00
"fs-extra": "^11.2.0",
2024-01-15 15:35:13 -05:00
"simple-git": "^3.22.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
}