-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 922 Bytes
/
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
{
"name": "backend",
"version": "1.0.0",
"description": "Bitcoin/Litecoin test faucet backend with bitgo sdk and serverless architecture (AWS Lambda)",
"main": "wallet.js",
"scripts": {
"test": "jest"
},
"author": "Nikunj Tilva",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nikunjtilva/cryptocoin-test-faucet-backend"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-source-map-support": "^1.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-3": "^6.24.1",
"jest": "^21.2.1",
"serverless-offline": "^3.25.6",
"serverless-webpack": "^5.1.0",
"webpack": "^4.16.2",
"webpack-node-externals": "^1.6.0"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"bitgo": "^4.34.0",
"source-map-support": "^0.4.18"
}
}