UNPKG

1.37 kBJSONView Raw
1{
2 "name": "@fab/input-nextjs",
3 "version": "0.0.7-alpha.4",
4 "description": "Module to kick off a FAB build from a NextJS project",
5 "keywords": [
6 "fab"
7 ],
8 "homepage": "https://github.com/fab-spec/fab#readme",
9 "bugs": {
10 "url": "https://github.com/fab-spec/fab/issues"
11 },
12 "repository": "fab-spec/fab",
13 "license": "MIT",
14 "author": "Glen Maddern",
15 "files": [
16 "lib",
17 "esm",
18 "src",
19 "runtime.js",
20 "build.js"
21 ],
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",
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.0.7-alpha.4",
34 "@types/node": "^12.12.14",
35 "@types/path-to-regexp": "^1.7.0",
36 "acorn": "^7.1.0",
37 "astring": "^1.4.3",
38 "fs-extra": "^8.1.0",
39 "globby": "^11.0.0",
40 "md5-dir": "^0.2.0",
41 "memfs": "^3.0.4",
42 "mock-express-response": "^0.2.2",
43 "prettier": "^1.19.1",
44 "webpack": "^4.41.5"
45 },
46 "publishConfig": {
47 "access": "public"
48 },
49 "gitHead": "94cdc0aaffbc2d4f7df4eb907df3a4529495a839"
50}