-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 984 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
31
32
33
34
35
36
37
38
39
{
"name": "group21-phase1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"test": "jest --testPathPattern=src/",
"test:coverage": "jest --testPathPattern=src/ --coverage --json --outputFile=test_cov.json > NUL 2>&1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-typescript": "^7.24.7",
"@eslint/js": "^9.9.1",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.13",
"eslint": "^9.9.1",
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0"
},
"dependencies": {
"@babel/preset-env": "^7.25.4",
"axios": "^1.7.7",
"babel-jest": "^29.7.0",
"dotenv": "^16.4.5",
"eslint-plugin-jest": "^28.8.3",
"glob": "^11.0.0",
"simple-git": "^3.26.0",
"winston": "^3.14.2",
"node.js": "^0.0.1-security",
"ts-jest": "^29.2.5"
},
"engines": {
"node": ">=22 || 20"
}
}