UNPKG

1.02 kBJSONView Raw
1{
2 "name": "@537/service",
3 "version": "0.0.8",
4 "description": "",
5 "main": "app.js",
6 "scripts": {
7 "test": "NODE_ENV=test npm run lint && npm run cover && npm run check-coverage",
8 "lint": "./node_modules/.bin/eslint app.js lib/ test/",
9 "cover": "NODE_ENV=test ./node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --recursive test",
10 "view-coverage": "open ./coverage/lcov-report/index.html",
11 "check-coverage": "./node_modules/.bin/istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100"
12 },
13 "author": "kiernan <kiernan@537.io> (http://537.io/)",
14 "license": "MIT",
15 "dependencies": {
16 "@537/config": "0.0.4",
17 "cookie-parser": "^1.4.3",
18 "express": "^4.16.2",
19 "helmet": "^3.10.0",
20 "herodotus-middleware": "^0.3.0",
21 "pug": "^2.0.0-rc.4"
22 },
23 "devDependencies": {
24 "chai": "^4.1.2",
25 "eslint": "^4.17.0",
26 "herodotus": "^3.0.1",
27 "istanbul": "^1.1.0-alpha.1",
28 "mocha": "^5.0.0",
29 "supertest": "^3.0.0"
30 }
31}