forked from laardee/components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 868 Bytes
/
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
{
"name": "@serverless/core",
"version": "1.1.2",
"description": "Serverless Components Core",
"main": "./src/index.js",
"repository": "serverless/components",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --fix --cache",
"prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\""
},
"author": "Serverless, Inc.",
"license": "MIT",
"dependencies": {
"fs-extra": "^7.0.1",
"js-yaml": "^3.13.1",
"package-json": "^6.3.0",
"ramda": "^0.26.1",
"semver": "^6.1.1"
},
"devDependencies": {
"babel-eslint": "9.0.0",
"eslint": "5.6.0",
"eslint-config-prettier": "^3.6.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.15.3"
}
}