-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.99 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": "cubo-continuos-delivery",
"version": "0.0.1",
"description": "The continuous-delivery is a new Cubo Platform's product which allow founders to see corporates which will visit Cubo.",
"main": "index.js",
"scripts": {
"tslint": "tslint --project .",
"deploy:dev": "sls deploy --stage dev",
"deploy:staging": "sls deploy --stage staging",
"deploy:prod": "sls deploy --stage prod",
"test": "npm run test:unit",
"test:unit": "IS_OFFLINE=true STAGE=test jest --config ./jest.config.js --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cubonetwork/cubo-continuos-delivery.git"
},
"keywords": [
"Schedule",
"Founders",
"Corporate"
],
"author": "Devs Cubo Digital <[email protected]> (https://cubo.network)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cubonetwork/cubo-continuos-delivery/issues"
},
"homepage": "https://github.com/cubonetwork/cubo-continuos-delivery#readme",
"devDependencies": {
"@types/aws-lambda": "8.10.17",
"@types/jest": "^24.0.15",
"@types/jsonwebtoken": "^8.3.2",
"@types/mandrill-api": "^1.0.30",
"@types/mocha": "^5.2.7",
"@types/nock": "^10.0.3",
"@types/node": "^10.12.18",
"@types/uuid": "^3.4.4",
"aws-sdk": "^2.442.0",
"aws-sdk-mock": "^4.4.0",
"jest": "^24.8.0",
"nock": "^10.0.6",
"serverless-domain-manager": "^3.2.1",
"serverless-layers": "^1.3.2",
"serverless-plugin-iopipe": "^1.6.2",
"serverless-webpack": "^5.2.0",
"ts-jest": "^24.0.2",
"ts-loader": "^5.3.3",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"typescript": "^3.2.4",
"webpack": "^4.29.0",
"webpack-node-externals": "^1.7.2",
"yamljs": "^0.3.0"
},
"dependencies": {
"@cubo.network/cubo-core-ts": "0.0.81",
"@iopipe/iopipe": "1.15.0",
"@slack/web-api": "^5.0.1",
"axios": "^0.19.0",
"class-validator": "^0.9.1",
"googleapis": "^40.0.0",
"graphql-request": "^1.8.2",
"uuid": "^3.3.2"
}
}