1 | {
|
2 | "name": "http-response-object",
|
3 | "version": "3.0.2",
|
4 | "main": "lib/index.js",
|
5 | "types": "lib/index.d.ts",
|
6 | "files": [
|
7 | "lib"
|
8 | ],
|
9 | "description": "A simple object to represent an http response",
|
10 | "keywords": [
|
11 | "http",
|
12 | "https",
|
13 | "response",
|
14 | "request"
|
15 | ],
|
16 | "scripts": {
|
17 | "prepublishOnly": "npm run build",
|
18 | "build": "tsc && flowgen lib/**/*",
|
19 | "pretest": "npm run build",
|
20 | "test": "node test"
|
21 | },
|
22 | "repository": {
|
23 | "type": "git",
|
24 | "url": "https://github.com/ForbesLindesay/http-response-object.git"
|
25 | },
|
26 | "author": "ForbesLindesay",
|
27 | "license": "MIT",
|
28 | "dependencies": {
|
29 | "@types/node": "^10.0.3"
|
30 | },
|
31 | "devDependencies": {
|
32 | "flowgen2": "^2.2.1",
|
33 | "typescript": "^2.3.4"
|
34 | }
|
35 | } |
\ | No newline at end of file |