UNPKG

1.52 kBJSONView Raw
1{
2 "name": "@fab/input-nextjs",
3 "version": "1.0.0-rc.6.p1",
4 "description": "Module to kick off a FAB build from a NextJS project",
5 "keywords": [
6 "aws",
7 "deploy",
8 "fab",
9 "s3"
10 ],
11 "homepage": "https://github.com/fab-spec/fab#readme",
12 "bugs": {
13 "url": "https://github.com/fab-spec/fab/issues"
14 },
15 "repository": "fab-spec/fab",
16 "license": "MIT",
17 "author": "Glen Maddern",
18 "files": [
19 "lib",
20 "esm",
21 "src",
22 "runtime.js",
23 "build.js",
24 "shims"
25 ],
26 "types": "esm/index.d.ts",
27 "scripts": {
28 "build": "yarn build:cjs && yarn build:esm",
29 "build:cjs": "tsc --module commonjs --outDir lib",
30 "build:esm": "tsc --module esnext --outDir esm",
31 "build:watch": "run-p 'build:{cjs,esm} -- --watch --preserveWatchOutput'",
32 "clean": "rm -rf esm lib package-lock.json",
33 "prepack": "npm run clean && npm run build",
34 "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
35 },
36 "dependencies": {
37 "@fab/cli": "1.0.0-rc.6",
38 "@fab/core": "1.0.0-rc.6",
39 "@types/node": "^12.12.14",
40 "@types/path-to-regexp": "^1.7.0",
41 "acorn": "^7.1.0",
42 "astring": "^1.4.3",
43 "fs-extra": "^8.1.0",
44 "globby": "^11.0.0",
45 "md5-dir": "^0.2.0",
46 "memfs": "^3.0.4",
47 "mock-express-request": "^0.2.2",
48 "mock-res": "^0.5.0",
49 "path-to-regexp": "^6.1.0",
50 "prettier": "^1.19.1",
51 "webpack": "^4.41.5"
52 },
53 "publishConfig": {
54 "access": "public"
55 },
56 "gitHead": "e0232b0579fb886d567c62ad793a128ff4ea34de"
57}