UNPKG

1.63 kBJSONView Raw
1{
2 "name": "@fab/server",
3 "version": "1.0.0-rc.9.p1",
4 "description": "NodeJS FAB Server",
5 "keywords": [
6 "fab",
7 "server"
8 ],
9 "homepage": "https://github.com/fab-spec/fab#readme",
10 "bugs": {
11 "url": "https://github.com/fab-spec/fab/issues"
12 },
13 "repository": "fab-spec/fab",
14 "license": "MIT",
15 "author": "Glen Maddern",
16 "files": [
17 "lib",
18 "esm"
19 ],
20 "main": "lib/index.js",
21 "module": "esm/index.js",
22 "types": "esm/index.d.ts",
23 "scripts": {
24 "build": "yarn build:cjs && yarn build:esm",
25 "build:cjs": "tsc --module commonjs --outDir lib",
26 "build:esm": "tsc --module esnext --outDir esm",
27 "build:watch": "run-p 'build:{cjs,esm} -- --watch --preserveWatchOutput'",
28 "clean": "rm -rf esm lib package-lock.json",
29 "prepack": "npm run clean && npm run build",
30 "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
31 },
32 "dependencies": {
33 "@fab/cli": "1.0.0-rc.9",
34 "@fab/core": "1.0.0-rc.9",
35 "@fab/sandbox-node-vm": "1.0.0-rc.9",
36 "@fly/v8env": "^0.54.0",
37 "@types/concat-stream": "^1.6.0",
38 "@types/express": "^4.17.2",
39 "@types/http-proxy": "^1.17.4",
40 "@types/node": "^12.12.14",
41 "@types/yauzl": "^2.9.1",
42 "concat-stream": "^2.0.0",
43 "cross-fetch": "^3.0.6",
44 "express": "^4.17.1",
45 "file-to-sha512": "^0.0.1",
46 "fs-extra": "^8.1.0",
47 "get-stream": "^5.1.0",
48 "http-proxy": "^1.18.1",
49 "node-cache": "^5.1.0",
50 "readable-stream-node-to-web": "^1.0.1",
51 "yauzl": "^2.10.0"
52 },
53 "publishConfig": {
54 "access": "public"
55 },
56 "gitHead": "e0232b0579fb886d567c62ad793a128ff4ea34de"
57}