-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 982 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
{
"name": "ssi-agent",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/node": "^7.14.7",
"@babel/preset-env": "^7.14.7",
"nodemon": "^2.0.7"
},
"dependencies": {
"@apollo/client": "^3.3.20",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
"@zilliqa-js/zilliqa": "^3.0.0",
"apollo-server-express": "^2.25.2",
"body-parser": "^1.19.0",
"cross-fetch": "^3.1.4",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"file-system": "^2.2.2",
"graphql": "^15.5.1",
"mongoose": "^5.12.14",
"node-cron": "^3.0.0",
"react": "^17.0.2",
"tyron": "^3.12.4",
"zilswap-sdk": "^1.3.5"
},
"scripts": {
"start": "nodemon --exec babel-node src/index.js",
"master": "nodemon --exec babel-node src/index.js"
},
"nodemonConfig": {
"ext": "js,mjs"
}
}