-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.5 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "dragonclaw",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mojtaba-eshghie/dragonclaw.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mojtaba-eshghie/dragonclaw/issues"
},
"homepage": "https://github.com/mojtaba-eshghie/dragonclaw#readme",
"dependencies": {
"@alch/alchemy-web3": "^1.4.7",
"@databases/sqlite": "^4.0.2",
"@openzeppelin/contracts": "^5.0.2",
"async-mutex": "^0.5.0",
"axios": "^1.1.3",
"bcrypt": "^5.1.1",
"chalk": "^2.4.2",
"cors": "^2.8.5",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"express": "^4.18.2",
"js-yaml": "^4.1.0",
"module-alias": "^2.2.3",
"moment-timezone": "^0.5.45",
"nodemon": "^2.0.22",
"prompt-sync": "^4.2.0",
"solc": "^0.8.21",
"wait-queue": "^1.1.4",
"web3": "^1.10.3",
"winston": "^3.11.0",
"xml-js": "^1.6.11",
"xml-parse-from-string": "^1.0.1",
"xml2js": "^0.6.2",
"xml2json": "^0.12.0",
"yargs": "^17.7.2"
},
"_moduleAliases": {
"@root": ".",
"@lib": "./lib",
"@monitor": "./monitor",
"@contracts": "./contracts",
"@dbs": "./dbs",
"@models": "./models",
"@envs": "./CI/envs/",
"@conventions": "./CI/conventions",
"@CI": "./CI/",
"@analyzer": "./analyzer/"
}
}