-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.6 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
{
"name": "@proyecto-didi/mouro",
"version": "1.1.1",
"description": "uPort Trustgraph Server",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/tsc -p . && cp ./src/lib/*.graphqls ./.build/src/lib/",
"start": "node -r ts-node/register ./src/server.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uport-project/mouro.git"
},
"author": "Andres Junge <andres.junge@consensys.net>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/uport-project/mouro/issues"
},
"homepage": "https://github.com/uport-project/mouro#readme",
"devDependencies": {
"babel-jest": "^26.3.0",
"commitizen": "^4.2.3",
"cz-jira-smart-commit": "^3.0.0",
"jest": "^26.4.2"
},
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@erebos/swarm-node": "0.11.0",
"@jest/globals": "^26.4.2",
"@proyecto-didi/didi-blockchain-manager": "^2.0.2",
"@proyecto-didi/didi-ssi-logger": "0.0.6",
"@types/express": "4.17.2",
"@types/graphql": "14.5.0",
"apollo-server-express": "2.14.2",
"apollo-server-lambda": "2.14.2",
"applicationinsights": "^2.0.0-beta.200831.2",
"applicationinsights-native-metrics": "0.0.5",
"blakejs": "1.1.0",
"dotenv": "^10.0.0",
"ethereumjs-tx": "1.3.7",
"express": "4.17.1",
"graphql": "14.6.0",
"pg": "7.18.2",
"sql-bricks-postgres": "0.5.0",
"sql-bricks-sqlite": "0.1.0",
"sqlite": "3.0.3",
"ts-node": "8.6.2",
"typescript": "3.8.2",
"web3": "1.2.6"
}
}