-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-ori.json
51 lines (51 loc) · 1.67 KB
/
package-ori.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
{
"name": "alf-cdk",
"version": "0.0.2",
"description": "Running an API Gateway with four Lambdas to do CRUD operations on DynamoDB",
"private": true,
"scripts": {
"prepareOpenApi": "cp -R cdk/site-contents lib/site-contents-dev && cp -R cdk/site-contents lib/site-contents-prod",
"build": "tsc && npm run prepareOpenApi && cp src/package.json build/src && cd build/src && npm install",
"watch": "tsc -w",
"cdk": "cdk",
"lint": "eslint --ext .ts .",
"version": "standard-version",
"versionAsMinor": "standard-version --release-as minor"
},
"author": {
"name": "Martin Mueller <damadden88@googlemail.com>",
"url": "https://martinmueller.dev"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^14.0.23",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"newman": "^5.1.2",
"prettier": "^2.0.5",
"typescript": "~3.9.6",
"wait-on": "^5.1.0",
"tslint": "^6.1.3",
"tslint-config-airbnb": "^5.11.2",
"tslint-config-prettier": "^1.18.0",
"tslint-immutable": "^6.0.1",
"cz-conventional-changelog": "^3.3.0",
"standard-version": "^9.0.0"
},
"peerDependencies": {
"alf-cdk-app-pipeline": "github:mmuller88/alf-cdk-app-pipeline#v0.0.7"
},
"dependencies": {
"alf-cdk-app-pipeline": "github:mmuller88/alf-cdk-app-pipeline#v0.0.7",
"source-map-support": "^0.5.19",
"@types/aws-lambda": "^8.10.59",
"aws-dynamodb": "^0.1.69",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.713.0",
"js-yaml": "^3.14.0",
"swagger-parser": "^10.0.0"
}
}