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

24 lines
397 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": {
"build": "tsc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/fs-extra": "^11.0.1",
2023-08-23 22:07:32 -04:00
"typescript": "^5.1.6"
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-08-23 22:07:32 -04:00
"simple-git": "^3.19.1",
2023-05-08 13:58:47 -04:00
"url-join": "^5.0.0",
2023-08-23 22:07:32 -04:00
"zod": "^3.22.2"
2023-05-08 13:58:47 -04:00
}
2023-05-07 19:00:55 -04:00
}