-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.13 KB
/
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
40
41
42
43
44
45
{
"name": "architecture-planning",
"version": "1.0.0",
"description": "archPlan",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Data-Transparency-Task-Force/architecture-planning.git"
},
"keywords": [
"DTF",
"ARCH",
"JS"
],
"author": "loganbek",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Data-Transparency-Task-Force/architecture-planning/issues"
},
"homepage": "https://github.com/Data-Transparency-Task-Force/architecture-planning#readme",
"dependencies": {
"@studydefi/money-legos": "^2.0.6",
"google-maps-react": "^2.0.6",
"ipfs": "^0.43.0",
"jest": "^25.4.0",
"prom-client": "^11.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reactjs": "^1.0.0",
"snyk": "^1.1071.0"
},
"snyk": "true",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reactjs": "^1.0.0",
"reactjs": "^1.0.0",
"snyk": "^1.316.1",
"prettier": "2.0.5"
}
}