{
  "name": "package-preview",
  "version": "4.0.0",
  "description": "Creates a production preview of a package",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "bin": {
    "package-preview": "lib/cli.js",
    "preview": "lib/cli.js"
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "prepublishOnly": "npm run tsc",
    "tsc": "rimraf lib && tsc",
    "lint": "tslint -c tslint.json --project .",
    "pretest": "pnpm install --ignore-scripts -C test/fixtures/simple --only dev",
    "test": "pnpm pretest && npm run lint && npm run tsc && node lib/cli && ts-node test --type-check"
  },
  "keywords": [
    "preview",
    "prevue",
    "teaser",
    "sneak peek",
    "test",
    "prod",
    "publish",
    "pseudo publish"
  ],
  "author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
  "license": "MIT",
  "engines": {
    "node": ">=12"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zkochan/package-preview.git"
  },
  "homepage": "https://github.com/zkochan/package-preview#readme",
  "bugs": {
    "url": "https://github.com/zkochan/package-preview/issues"
  },
  "dependencies": {
    "@pnpm/exec": "^3.0.0",
    "cross-spawn": "^7.0.3",
    "find-down": "^0.1.4",
    "fs-extra": "^9.1.0",
    "graceful-fs": "^4.2.6",
    "load-json-file": "^6.2.0",
    "meow": "^9.0.0",
    "mz": "^2.7.0",
    "rimraf-then": "^1.0.1",
    "unpack-stream": "^6.0.0",
    "write-json-file": "^4.3.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.10",
    "@types/mz": "^2.7.3",
    "@types/node": "14.14.0",
    "@types/tape": "^4.13.0",
    "execa": "^5.0.0",
    "rimraf": "^3.0.2",
    "tape": "4",
    "tempy": "^1.0.1",
    "ts-node": "^9.1.1",
    "tslint": "^6.1.3",
    "typescript": "^4.2.4"
  }
}
