-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "bitcoin-trading-dca-serverless",
"version": "0.0.0",
"description": "Bitcoin trading dca using serverless",
"main": "handler.js",
"scripts": {
"commit": "git-cz",
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Fabrizio Forunato",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/izifortune/bitcoin-trading-dca-serverless.git"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"serverless-webpack": "^3.0.0",
"standard-version": "^4.2.0",
"webpack": "^3.0.0",
"webpack-node-externals": "^1.6.0"
},
"dependencies": {
"aws-sdk": "^2.122.0",
"babel-runtime": "^6.23.0",
"crypto": "^1.0.1",
"got": "^7.1.0",
"kraken-api": "^1.0.0",
"qs": "^6.5.1",
"source-map-support": "^0.4.14"
}
}