{
  "name": "@fab/plugin-rewire-assets",
  "version": "1.0.0-rc.9",
  "description": "Module to handle files outside _assets",
  "keywords": [
    "assets",
    "fab",
    "plugin"
  ],
  "homepage": "https://github.com/fab-spec/fab#readme",
  "bugs": {
    "url": "https://github.com/fab-spec/fab/issues"
  },
  "repository": "fab-spec/fab",
  "license": "MIT",
  "author": "Glen Maddern",
  "files": [
    "lib",
    "esm",
    "src",
    "runtime.js",
    "build.js"
  ],
  "types": "esm/index.d.ts",
  "scripts": {
    "build": "yarn build:cjs && yarn build:esm",
    "build:cjs": "tsc --module commonjs --outDir lib",
    "build:esm": "tsc --module esnext --outDir esm",
    "build:watch": "run-p 'build:{cjs,esm} -- --watch --preserveWatchOutput'",
    "clean": "rm -rf esm lib package-lock.json",
    "prepack": "npm run clean && npm run build",
    "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
  },
  "dependencies": {
    "@fab/cli": "1.0.0-rc.9",
    "@fab/core": "1.0.0-rc.9",
    "@types/istextorbinary": "^2.3.0",
    "@types/mime-types": "^2.1.0",
    "@types/node": "^12.12.14",
    "hasha": "^5.1.0",
    "istextorbinary": "^3.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "6b297018171e3b3a5c44591773c86aa67bafe6f5"
}
