UNPKG

1.31 kBJSONView Raw
1{
2 "name": "http-status-codes",
3 "sideEffects": false,
4 "version": "2.3.0",
5 "description": "Constants enumerating the HTTP status codes. Based on the Java Apache HttpStatus API.",
6 "scripts": {
7 "update-codes": "ts-node --project ./scripts/tsconfig.json ./scripts/update-codes",
8 "build": "./scripts/build.sh",
9 "lint": "eslint .",
10 "test": "jest ./src"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/prettymuchbryce/http-status-codes.git"
15 },
16 "files": [
17 "build/",
18 "LICENSE",
19 "README.MD"
20 ],
21 "main": "./build/cjs/index.js",
22 "module": "./build/es/index.js",
23 "keywords": [
24 "node",
25 "http",
26 "apache",
27 "HttpStatus",
28 "httpclient",
29 "status",
30 "codes"
31 ],
32 "author": "Bryce Neal",
33 "license": "MIT",
34 "devDependencies": {
35 "@types/fs-extra": "^9.0.1",
36 "@types/jest": "^26.0.10",
37 "@types/markdown-table": "^2.0.0",
38 "@typescript-eslint/eslint-plugin": "^3.9.0",
39 "@typescript-eslint/parser": "^3.9.1",
40 "eslint": "^7.7.0",
41 "eslint-config-airbnb-typescript": "^9.0.0",
42 "eslint-plugin-import": "^2.22.0",
43 "fs-extra": "^9.0.1",
44 "jest": "^26.4.0",
45 "markdown-table": "^2.0.0",
46 "ts-jest": "^26.2.0",
47 "ts-morph": "^7.3.0",
48 "ts-node": "^9.0.0",
49 "typescript": "^3.9.7"
50 }
51}