-
Notifications
You must be signed in to change notification settings - Fork 4
/
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": "snap-hodl",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node build/src/index.js",
"build": "tsc",
"dev": "nodemon --exec ts-node -- src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taha-abbasi/snapshot.git"
},
"author": "taha-abbasi",
"license": "MIT",
"bugs": {
"url": "https://github.com/taha-abbasi/snapshot/issues"
},
"homepage": "https://github.com/taha-abbasi/snapshot#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.8.3",
"@types/lodash": "^4.14.194",
"@types/node-cron": "^3.0.7",
"axios": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ethers": "^6.3.0",
"express": "^4.18.2",
"lodash": "^4.17.21",
"mongodb": "^5.3.0",
"mongoose": "^7.2.0",
"node-cron": "^3.0.2",
"web3": "^1.9.0"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/node": "^20.2.1",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}