-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.51 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
{
"name": "aws-lambda-runner",
"version": "0.0.13",
"description": "Better handling of AWS Lambda Functions.",
"main": "dist/runner.js",
"repository": {
"type": "git",
"url": "https://github.com/Dash-OS/aws-lambda-runner/"
},
"scripts": {
"prepublish": "npm run build",
"build": "cross-env BABEL_ENV=production NODE_ENV=production \"rimraf dist && webpack\""
},
"keywords": [
"aws",
"lambda",
"apex",
"serverless",
"api-gateway"
],
"author": "Braden R. Napier <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dash-OS/aws-lambda-runner/issues"
},
"homepage": "https://github.com/Dash-OS/aws-lambda-runner",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-preset-babili": "^0.0.12",
"babel-preset-env": "^1.4.0",
"babel-preset-stage-0": "^6.24.1",
"babili-webpack-plugin": "^0.0.11",
"cross-env": "^4.0.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-formatter-pretty": "^1.1.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-compat": "^1.0.3",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-flowtype-errors": "^3.3.0",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-jsx-a11y": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"rimraf": "^2.6.1",
"webpack": "^2.5.1"
},
"dependencies": {}
}