-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.45 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
{
"name": "serverless-modular",
"version": "0.0.55",
"description": "serverless framework plugin for feature management",
"homepage": "https://github.com/aa2kb/serverless-modular#readme",
"bugs": {
"url": "https://github.com/aa2kb/serverless-modular/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/aa2kb/serverless-modular.git"
},
"main": "src/index.js",
"scripts": {
"lint": "node_modules/.bin/eslint src/**/*.js --ext .js --format=pretty",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"serverless",
"Amazon Web Services",
"FAAS",
"functions",
"aws",
"feature",
"lift"
],
"author": "Amin Ahmed Khan <[email protected]> (https://github.com/aa2kb)",
"maintainers": [],
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"cli-spinners": "^1.3.1",
"clui": "^0.3.6",
"cp-file": "^6.0.0",
"fs-path": "0.0.24",
"js-yaml": "^3.12.0",
"json-to-pretty-yaml": "^1.2.2",
"lodash": "^4.17.11",
"log-update": "^2.3.0",
"node-run-cmd": "^1.0.1",
"replace-in-file": "^3.4.0",
"rimraf": "^2.6.2",
"string-template": "^1.0.0",
"touch": "^3.1.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-formatter-pretty": "^1.3.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-require-path-exists": "^1.1.8"
}
}