-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.66 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
55
56
{
"name": "@silvermine/apigateway-utils",
"version": "0.12.2",
"description": "Utility functions for working with AWS API Gateway",
"main": "src/index.js",
"scripts": {
"commitlint": "commitlint --from 2c938cb",
"test": "npm run check-node-version && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec 'tests/**/*.test.js'",
"check-node-version": "check-node-version --npm 8.5.5",
"markdownlint": "markdownlint -c .markdownlint.json -i CHANGELOG.md '{,!(node_modules)/**/}*.md'",
"eslint": "eslint .",
"standards": "npm run commitlint && npm run markdownlint && npm run eslint"
},
"author": "Jeremy Thomerson",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/silvermine/apigateway-utils.git"
},
"keywords": [
"aws",
"api gateway",
"apigw",
"amazon web services"
],
"bugs": {
"url": "https://github.com/silvermine/apigateway-utils/issues"
},
"homepage": "https://github.com/silvermine/apigateway-utils#readme",
"dependencies": {
"class.extend": "0.9.2",
"http-status-codes": "1.3.0",
"jwt-simple": "0.5.1",
"q": "1.4.1",
"underscore": "1.8.3",
"uuid": "3.2.1"
},
"devDependencies": {
"@silvermine/eslint-config": "3.0.0-rc.0",
"@silvermine/standardization": "2.0.0",
"aws-sdk": "2.797.0",
"class.extend": "0.9.2",
"coveralls": "3.0.2",
"eslint": "6.8.0",
"expect.js": "0.3.1",
"istanbul": "0.4.5",
"jwt-simple": "0.5.1",
"mocha": "5.2.0",
"mocha-lcov-reporter": "1.3.0",
"q": "1.4.1",
"rewire": "2.5.2",
"sinon": "1.17.7",
"underscore": "1.8.3",
"uuid": "3.2.1"
}
}