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

19 lines
304 B
JSON
Raw Normal View History

2023-05-07 19:00:55 -04:00
{
"name": "sandbox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"typescript": "^5.0.4"
},
"dependencies": {
"fs-extra": "^11.1.1"
}
}