-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 890 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 890 Bytes
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
{
"description": "Error class for non-ok HTTP responses from the Fetch API. Captures the response body as text and JSON.",
"devDependencies": {
"@eslint/js": "*",
"globals": "*"
},
"keywords": [
"error",
"fetch",
"http"
],
"license": "MIT",
"name": "@stores.com/http-error",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stores-com/http-error.git"
},
"scripts": {
"coveralls": "node --test --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=lcov.info && coveralls < lcov.info",
"test": "node --test --test-reporter=spec",
"test:only": "node --test --test-only --test-reporter=spec"
},
"version": "1.0.0"
}