-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 811 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "cornellgo",
"version": "0.0.1",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"dbreset": "node ./scripts/dbreset.js",
"tests:unit": "node ./scripts/tests.js unit",
"tests:e2e": "node ./scripts/tests.js e2e",
"setup": "node ./scripts/setup.js",
"updateapi": "node ./scripts/updateapi.js",
"formatall": "node ./scripts/formatall.js",
"bulk-add": "node ./scripts/bulk-add-challenges.js",
"compilescripts": "tsc --project scripts",
"prepare": "husky"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"husky": "^9.1.7",
"prettier": "^3.6.2"
},
"dependencies": {
"@types/node": "^20.12.7",
"ts-morph": "^22.0.0",
"typescript": "^5.6.0"
}
}