UNPKG

3.18 kBJSONView Raw
1{
2 "name": "@asset-pipe/client",
3 "version": "4.5.3",
4 "author": "Trygve Lie <post@trygve-lie.com>",
5 "files": [
6 "bin",
7 "lib"
8 ],
9 "description": "Asset pipe client",
10 "main": "./lib/main.js",
11 "bin": "./bin/cli.js",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/asset-pipe/asset-pipe-client.git"
15 },
16 "keywords": [
17 "assets"
18 ],
19 "contributors": [
20 "Trygve Lie <post@trygve-lie.com>",
21 "Richard Walker <digitalsadhu@gmail.com>",
22 "Sveinung Røsaker <sveinung.rosaker@gmail.com>",
23 "Trygve Lie (http://www.trygve-lie.com/)",
24 "Sveinung Røsaker (https://github.com/sveisvei)",
25 "Greenkeeper (http://greenkeeper.io/)",
26 "Richard Walker (https://github.com/digitalsadhu)",
27 "Simen Bekkhus (https://github.com/SimenB)",
28 "greenkeeper[bot] (http://github.com/apps/greenkeeper)",
29 "hanskr (https://github.com/hanskr)"
30 ],
31 "bugs": {
32 "url": "https://github.com/asset-pipe/asset-pipe-client/issues"
33 },
34 "license": "MIT",
35 "publishConfig": {
36 "access": "public"
37 },
38 "dependencies": {
39 "@asset-pipe/common": "^3.0.1",
40 "@asset-pipe/css-writer": "^2.0.4",
41 "@asset-pipe/dev-middleware": "^2.0.8",
42 "@asset-pipe/js-writer": "^2.0.4",
43 "@metrics/client": "^2.5.0",
44 "JSONStream": "^1.3.5",
45 "abslog": "^2.4.0",
46 "boom": "^7.3.0",
47 "commander": "^4.1.0",
48 "is-stream": "^2.0.0",
49 "joi": "^14.3.1",
50 "ow": "^0.15.0",
51 "request": "^2.88.0"
52 },
53 "devDependencies": {
54 "@asset-pipe/server": "^5.14.0",
55 "asset-pipe-test-es5a": "^1.0.0",
56 "asset-pipe-test-es5b": "^1.0.0",
57 "body-parser": "^1.19.0",
58 "commitizen": "^4.0.3",
59 "cz-conventional-changelog": "^3.0.2",
60 "eslint": "^6.8.0",
61 "eslint-config-airbnb-base": "^14.0.0",
62 "eslint-config-prettier": "^6.9.0",
63 "eslint-plugin-import": "^2.20.0",
64 "eslint-plugin-prettier": "^3.1.2",
65 "express": "^4.17.1",
66 "husky": "^4.2.0",
67 "jest": "^25.1.0",
68 "lint-staged": "^10.0.2",
69 "prettier": "^1.19.1",
70 "projectz": "^1.19.0",
71 "semantic-release": "^16.0.3",
72 "supertest": "^4.0.2",
73 "travis-deploy-once": "^5.0.11"
74 },
75 "scripts": {
76 "lint:format": "eslint --fix .",
77 "lint": "eslint .",
78 "test": "jest --coverage --forceExit",
79 "precommit": "lint-staged",
80 "cm": "git-cz",
81 "readme": "projectz compile",
82 "semantic-release": "semantic-release",
83 "travis-deploy-once": "travis-deploy-once"
84 },
85 "engines": {
86 "node": ">=8.9"
87 },
88 "jest": {
89 "clearMocks": true,
90 "coverageThreshold": {
91 "global": {
92 "branches": 100,
93 "functions": 100,
94 "lines": 100,
95 "statements": 100
96 }
97 },
98 "testURL": "http://localhost"
99 },
100 "lint-staged": {
101 "*.js": [
102 "eslint --fix --config ./.eslintrc",
103 "git add"
104 ],
105 "{package.json,README.md,LICENSE.md}": [
106 "projectz compile",
107 "git add"
108 ]
109 },
110 "config": {
111 "commitizen": {
112 "path": "cz-conventional-changelog"
113 }
114 },
115 "badges": {
116 "list": [
117 "travisci",
118 "npmversion",
119 "daviddm",
120 "daviddmdev"
121 ]
122 },
123 "maintainers": [],
124 "prettier": {
125 "singleQuote": true
126 }
127}