-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
{
"name": "scoped-lambda-root",
"version": "1.0.0",
"description": "A simple aws lambda framework",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.12.3",
"@babel/eslint-parser": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-private-methods": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"babel-jest": "^26.6.3",
"babel-plugin-rewire": "^1.2.0",
"commitizen": "^4.2.4",
"cz-lerna-changelog": "^2.0.3",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"jest": "^26.6.3",
"lerna": "^3.22.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sirasistant/scoped-lambda-framework.git"
},
"keywords": [
"aws",
"lambda",
"framework"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/sirasistant/scoped-lambda-framework/issues"
},
"homepage": "https://github.com/sirasistant/scoped-lambda-framework#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
}
}