-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
{
"name": "serverless-plugin-offline-dynamodb-stream",
"version": "1.0.18",
"description": "Serverless framework offline plugin to support dynamodb stream",
"author": "Emmanuel Kong <[email protected]>",
"homepage": "https://github.com/orchestrated-io/serverless-plugin-offline-dynamodb-stream#readme",
"keywords": [
"node"
],
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"coverage": "jest --coverage ",
"jest": "jest",
"lint": "eslint src/**/*.js test/**/*.js --fix",
"test": "npm run lint && npm run jest"
},
"repository": {
"type": "git",
"url": "https://github.com/orchestrated-io/serverless-plugin-offline-dynamodb-stream.git"
},
"bugs": {
"url": "https://github.com/orchestrated-io/serverless-plugin-offline-dynamodb-stream/issues"
},
"dependencies": {
"aws-sdk": "2.238.1",
"debug": "^3.1.0",
"lodash": "~>4.17.11",
"path": "0.12.7",
"require-without-cache": "^0.0.6"
},
"devDependencies": {
"eslint": "^5.0.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"jest": "^24.5.0",
"prettier": "1.10.2"
},
"jest": {
"testEnvironment": "node"
},
"license": "MIT"
}