UNPKG

1.38 kBJSONView Raw
1{
2 "name": "@fab/server",
3 "version": "0.1.3",
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/core": "0.1.3",
34 "@fab/sandbox-node-vm": "0.1.3",
35 "@fly/v8env": "^0.54.0",
36 "@types/concat-stream": "^1.6.0",
37 "@types/express": "^4.17.2",
38 "@types/node": "^12.12.14",
39 "@types/yauzl": "^2.9.1",
40 "cross-fetch": "^3.0.4",
41 "express": "^4.17.1",
42 "fs-extra": "^8.1.0",
43 "get-stream": "^5.1.0",
44 "yauzl": "^2.10.0"
45 },
46 "publishConfig": {
47 "access": "public"
48 },
49 "gitHead": "8bd5b5802cc3e35464814b20af4ff148172dd482"
50}