-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 847 Bytes
/
package.json
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
30
{
"name": "structuresandalgorithms-code",
"version": "1.0.0",
"description": "",
"main": "jest.config.js",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage .ts",
"prettier:ts": "prettier --ignore-unknown --cache --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmilyYoung71415/StructuresandAlgorithms-Code.git"
},
"author": "EmilyYoung71415",
"license": "ISC",
"bugs": {
"url": "https://github.com/EmilyYoung71415/StructuresandAlgorithms-Code/issues"
},
"homepage": "https://github.com/EmilyYoung71415/StructuresandAlgorithms-Code#readme",
"devDependencies": {
"prettier": "3.0.3",
"@types/jest": "^27.4.0",
"ts-jest": "^27.1.2",
"jest": "^27.4.7",
"@types/node": "^17.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}