-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 883 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
{
"name": "compendium",
"type": "module",
"version": "1.0.0",
"scripts": {
"test": "jest --coverage",
"py-test": "python -m coverage run --module pytest -v && python -m coverage report -m"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"chance": "^1.1.11",
"express": "^4.19.2",
"rxjs": "^7.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@tsconfig/node21": "^21.0.3",
"@types/benchmark": "^2.1.5",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.5",
"benchmark": "^2.1.4",
"jest": "^29.7.0",
"jsdom": "^24.1.0",
"nyc": "^17.0.0",
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"tsx": "^4.15.6"
}
}