UNPKG

969 BJSONView Raw
1{
2 "name": "@now/node",
3 "version": "0.8.0",
4 "license": "MIT",
5 "main": "./dist/index",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/zeit/now-builders.git",
9 "directory": "packages/now-node"
10 },
11 "dependencies": {
12 "@now/node-bridge": "^1.1.4",
13 "@zeit/ncc": "0.18.5",
14 "@zeit/ncc-watcher": "1.0.3",
15 "fs-extra": "7.0.1"
16 },
17 "scripts": {
18 "build": "./build.sh",
19 "test": "npm run build && jest",
20 "prepublish": "npm run build"
21 },
22 "files": [
23 "dist"
24 ],
25 "devDependencies": {
26 "@types/content-type": "1.1.3",
27 "@types/cookie": "0.3.3",
28 "@types/jest": "24.0.13",
29 "@types/node": "11.9.4",
30 "@types/test-listen": "1.1.0",
31 "content-type": "1.0.4",
32 "cookie": "0.4.0",
33 "jest": "24.1.0",
34 "node-fetch": "2.6.0",
35 "raw-body": "2.4.0",
36 "test-listen": "1.1.0",
37 "ts-jest": "24.0.2",
38 "typescript": "3.3.3"
39 },
40 "gitHead": "6fad726abbf23ecbcb64fa952b401f6c3b3c7484"
41}