-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "rosetta-server",
"version": "1.0.0",
"description": "Rosetta implementation of VechainThor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./dist && tsc -p ./",
"serve": "rm -rf ./dist && tsc -p ./ && node ./dist/app/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vechain/rosetta.git"
},
"author": "vechain.org",
"license": "ISC",
"bugs": {
"url": "https://github.com/vechain/rosetta/issues"
},
"homepage": "https://github.com/vechain/rosetta#readme",
"dependencies": {
"@vechain/connex-driver": "^2.0.10",
"@vechain/connex-framework": "^2.0.10",
"axios": "^0.27.2",
"ethers": "^5.7.2",
"group-array": "^0.3.4",
"i": "^0.3.7",
"joi": "^17.6.0",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-router": "^12.0.0",
"koa-swagger-decorator": "^1.8.6",
"log4js": "^6.6.1",
"myvetools": "^1.4.1",
"npm": "^8.19.2",
"request": "^2.88.2",
"thor-devkit": "^2.0.5"
},
"devDependencies": {
"@types/joi": "^17.2.3",
"@types/koa": "^2.13.5",
"@types/koa-bodyparser": "^4.3.7",
"@types/koa-router": "^7.4.4",
"@types/log4js": "^2.3.5",
"@types/request": "^2.48.8",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}