forked from little-bear-labs/aws-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 691 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 691 Bytes
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
{
"name": "aws-utils",
"version": "1.0.0",
"main": "index.js",
"license": "Apache-2.0",
"private": true,
"workspaces": [
"packages/**/*"
],
"dependencies": {
"aws-sam-local": "^0.2.11",
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"jest": "^23.1.0",
"jest-runner-eslint": "^0.5.0",
"prettier": "^1.12.1",
"serverless": "^1.35.0"
},
"scripts": {
"test": "yarn jest --coverage --detectOpenHandles --forceExit",
"lint": "yarn eslint ."
},
"devDependencies": {
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0"
}
}