UNPKG

1.82 kBJSONView Raw
1{
2 "name": "subrequests-express",
3 "version": "1.6.0",
4 "description": "Integrates Subrequests in your Express project",
5 "main": "index.js",
6 "scripts": {
7 "coverage": "istanbul check-coverage --statements 100 --lines 100 --branches 100 --functions 100 **/coverage.json",
8 "test": "npm run build && istanbul cover --print both nodeunit ./test",
9 "commitmsg": "validate-commit-msg",
10 "precommit": "npm run flow && npm run lint",
11 "prepush": "npm test && npm run coverage",
12 "semantic-release": "semantic-release pre && npm publish && semantic-release post",
13 "postinstall": "npm run build",
14 "flow": "flow",
15 "build": "flow-remove-types src/ --out-dir lib/ && flow-copy-source src lib",
16 "lint": "eslint src"
17 },
18 "keywords": [
19 "subrequests",
20 "express",
21 "http"
22 ],
23 "author": "Mateu Aguiló Bosch <mateu.aguilo.bosch@gmail.com> (e0ipso)",
24 "license": "GPL-2.0",
25 "peerDependencies": {
26 "express": "^4.14.0",
27 "subrequests": "^2.0.2"
28 },
29 "devDependencies": {
30 "babel-eslint": "^8.0.0",
31 "eslint": "^4.4.1",
32 "eslint-config-airbnb-base": "^11.3.1",
33 "eslint-plugin-flowtype": "^2.35.0",
34 "eslint-plugin-import": "^2.7.0",
35 "flow-bin": "^0.54.0",
36 "husky": "^0.14.3",
37 "istanbul": "^0.4.5",
38 "nodeunit": "^0.11.1",
39 "semantic-release": "^7.0.2",
40 "semantic-release-conventional-commits": "^1.0.2",
41 "sinon": "^3.0.0",
42 "validate-commit-msg": "^2.14.0"
43 },
44 "dependencies": {
45 "body-parser": "^1.17.2",
46 "config": "^1.26.1",
47 "coveralls": "^2.13.1",
48 "flow-copy-source": "^1.2.0",
49 "flow-remove-types": "^1.2.1"
50 },
51 "release": {
52 "analyzeCommits": "semantic-release-conventional-commits"
53 },
54 "repository": {
55 "type": "git",
56 "url": "https://github.com/e0ipso/subrequests-express.git"
57 }
58}
\No newline at end of file