-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.23 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": "@silvermine/serverless-utils",
"version": "0.1.0",
"description": "Utilities functions for working with Serverless",
"scripts": {
"test": "check-node-version --npm 8.5.5 && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec 'tests/**/*.test.js'",
"commitlint": "commitlint --from b09fa0d",
"markdownlint": "markdownlint -c .markdownlint.json '{,!(node_modules,tests/markdownlint)/**/}*.md'",
"eslint": "eslint .",
"standards": "npm run commitlint && npm run eslint && npm run markdownlint"
},
"author": "Jeremy Thomerson",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/silvermine/serverless-utils.git"
},
"keywords": [
"serverless"
],
"bugs": {
"url": "https://github.com/silvermine/serverless-utils/issues"
},
"homepage": "https://github.com/silvermine/serverless-utils#readme",
"devDependencies": {
"@silvermine/eslint-config": "3.0.0-rc.0",
"@silvermine/standardization": "2.1.1",
"coveralls": "3.0.2",
"expect.js": "0.3.1",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"mocha-lcov-reporter": "1.3.0",
"q": "1.5.0",
"rewire": "2.5.2",
"sinon": "2.1.0",
"underscore": "1.8.3"
}
}