This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
68 lines (68 loc) · 1.85 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
66
67
68
{
"name": "serverless-layers",
"version": "2.8.5",
"description": "",
"main": "lib/index.js",
"bugs": {
"url": "https://github.com/agutoli/serverless-layers/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agutoli/serverless-layers.git"
},
"homepage": "https://github.com/agutoli/serverless-layers",
"scripts": {
"build": "BABEL_ENV=production ./bin/build",
"test": "NODE_ENV=test NODE_PATH=./src mocha 'tests/**/*.test.js' --colors --reporter spec -unhandled-rejections=strict",
"lint": "eslint src/**/*.js",
"dev:watch": "nodemon --watch ./src --exec 'npm run lint; npm run build'",
"lint:watch": "nodemon --watch ./src --exec 'npm run lint'"
},
"keywords": [
"Serverless",
"Amazon Web Services",
"AWS",
"Lambda",
"python",
"nodejs",
"plugin",
"API Gateway",
"environment",
"layers"
],
"author": "Bruno Agutoli <[email protected]> (https://github.com/agutoli)",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.3.1",
"archiver": "^3.0.0",
"bluebird": "^3.5.3",
"chalk": "^3.0.0",
"folder-hash": "^3.3.0",
"fs-copy-file": "^2.1.2",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"mkdirp": "^0.5.6",
"semver": "^7.3.2",
"slugify": "^1.4.0"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"aws-sdk": "^2.402.0",
"bl": ">=3.0.1",
"chai": "^4.2.0",
"dot-prop": ">=4.2.1",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"nodemon": "^3.1.0",
"pre-commit": "^1.2.2",
"sinon": "^9.0.1"
}
}