This repository has been archived by the owner on May 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
65 lines (65 loc) · 1.9 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
61
62
63
64
65
{
"name": "lambda-sensui",
"version": "2.1.2",
"description": "tx funding service",
"main": "index.js",
"scripts": {
"test": "jest --verbose --runInBand",
"coverage": "jest --coverage",
"tdd": "jest --watchAll",
"remix": "remixd -s ./contracts --remix-ide https://remix.ethereum.org",
"contract-compile": "./node_modules/.bin/truffle compile",
"contract-migrate": "./node_modules/.bin/truffle migrate --network ",
"contract-test": "./node_modules/.bin/truffle test",
"contract-coverage": "./node_modules/.bin/solidity-coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uport-project/lambda-sensui.git"
},
"contributors": [
{
"name": "Andres Junge",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/uport-project/lambda-sensui/issues"
},
"homepage": "https://github.com/uport-project/lambda-sensui#readme",
"devDependencies": {
"aws-sdk-mock": "^1.7.0",
"ethjs": "^0.4.0",
"ganache-cli": "^6.3.0",
"jest": "^23.6.0",
"serverless-domain-manager": "^3.1.0",
"serverless-offline": "^4.4.2",
"solidity-coverage": "^0.5.11",
"truffle": "^5.0.5",
"truffle-hdwallet-provider": "^1.0.4",
"uport-credentials": "^1.1.4"
},
"dependencies": {
"did-jwt": "^0.1.1",
"eth-hd-wallet": "^0.4.0",
"eth-signer": "^0.3.4",
"ethereumjs-tx": "^1.3.7",
"ethjs-contract": "^0.2.3",
"ethjs-provider-signer": "^0.1.4",
"ethjs-query": "^0.3.8",
"ethjs-signer": "^0.1.1",
"ethr-did-resolver": "^0.2.0",
"json-rpc-protocol": "^0.13.1",
"pg": "^7.8.2",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"serverless-kms-secrets": "^1.0.4",
"serverless-plugin-aws-alerts": "^1.2.4"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"testEnvironment": "node"
}
}