-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.65 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
{
"name": "@arianee/arianee-rpc-server",
"version": "0.41.0",
"description": "",
"main": "dist/",
"scripts": {
"test": "jest --runInBand",
"test:watch": "jest --watch",
"start": "nodemon dist/index.js",
"start:express": "DEBUG=true nodemon dist/examples/express.example.js",
"tsc:watch": "tsc --watch",
"compile": "tsc && node dist/index.js",
"build": "tsc",
"dev": "./node_modules/nodemon/bin/nodemon.js -e ts --exec \"npm run compile\""
},
"files": [
"dist"
],
"author": "Arianee",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Arianee/arianee-rpc-server"
},
"dependencies": {
"@arianee/arianee-access-token": "1.71.1",
"@arianee/arianee-api-client": "1.71.1",
"@arianee/arianee-privacy-gateway-client": "1.71.1",
"@arianee/arianee-protocol-client": "1.71.1",
"@arianee/common-types": "^1.71.1",
"@arianee/core": "1.71.1",
"@arianee/creator": "1.71.1",
"@arianee/utils": "1.71.1",
"@arianee/wallet": "1.71.1",
"axios": "^1.6.0",
"circomlibjs": "^0.1.7",
"ethers": "^6.13.1",
"express": "^4.18.2",
"isobjectmatchingmodel": "^1.0.1",
"jayson": "3.0.2",
"jest-environment-node": "^29.7.0",
"jrpc": "^3.1.2",
"lodash": "^4.17.21",
"memoizee": "^0.4.17"
},
"devDependencies": {
"@types/jest": "^29.5.8",
"@types/lodash": "^4.17.7",
"@types/memoizee": "^0.4.11",
"@types/node": "^12.20.55",
"body-parser": "^1.20.2",
"jest": "^29.7.0",
"nodemon": "^2.0.22",
"start-server-and-test": "^1.15.4",
"text-encoding": "^0.7.0",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
}
}