-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 929 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
{
"name": "carta-backend-icd-rxjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"react-scripts": "^5.0.1",
"ws": "^8.13.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.2",
"jest-watch-typeahead": "^0.6.5",
"mobx": "^6.9.0",
"protobufjs": "7.2.6",
"protobufjs-cli": "1.1.2",
"rxjs": "^7.8.1",
"typescript": "^4.1.5"
},
"scripts": {
"test": "react-scripts test --env=node --maxWorkers=1 --verbose --no-cache --forceExit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acdo2002/carta-backend-ICD-rxjs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/acdo2002/carta-backend-ICD-rxjs/issues"
},
"homepage": "https://github.com/acdo2002/carta-backend-ICD-rxjs#readme"
}