-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "serverless-appsync-jest-plugin",
"version": "0.0.2",
"description": "Serverless AppSync plugin for test driven development using Jest",
"main": "index.js",
"author": "Arto Liukkonen (https://nordcloud.com)",
"scripts": {
"test": "jest --config jest-config.json",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/artoliukkonen/serverless-appsync-jest-plugin.git"
},
"dependencies": {
"bluebird": "^3.5.4",
"ejs": "^2.6.1",
"fs-extra": "^8.0.0",
"inquirer": "^6.3.1",
"jest": "^24.8.0",
"lambda-wrapper": "^0.3.0",
"write-yaml": "^1.0.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/artoliukkonen/serverless-appsync-jest-plugin/issues"
},
"homepage": "https://github.com/artoliukkonen/serverless-appsync-jest-plugin#readme",
"devDependencies": {
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.1",
"eslint-config-airbnb-base": "13.2.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.13.0",
"serverless": "1.39.1"
}
}