{
  "name": "@chance/tsdx",
  "version": "0.15.0",
  "author": "Chance Strickland <hi@chancedigital.io>",
  "publishConfig": {
    "access": "public"
  },
  "description": "Zero-config TypeScript package development",
  "license": "MIT",
  "homepage": "https://github.com/chaance/tsdx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chaance/tsdx.git"
  },
  "keywords": [
    "react",
    "typescript",
    "bundle",
    "rollup"
  ],
  "bugs": {
    "url": "https://github.com/chaance/tsdx/issues"
  },
  "bin": {
    "tsdx": "./dist/index.js"
  },
  "scripts": {
    "prepare": "tsc -p tsconfig.json",
    "build": "tsc -p tsconfig.json",
    "lint": "yarn build && yarn lint:post-build",
    "lint:post-build": "node dist/index.js lint ./ --ignore-pattern 'test/e2e/fixtures/lint'",
    "test": "yarn build && yarn test:post-build",
    "test:post-build": "node dist/index.js test",
    "start": "tsc -p tsconfig.json --watch",
    "release": "np",
    "deduplicate": "yarn-deduplicate -s fewer yarn.lock",
    "deduplicate:check": "yarn-deduplicate -s fewer yarn.lock --list --fail"
  },
  "files": [
    "dist",
    "templates"
  ],
  "engines": {
    "node": ">=14"
  },
  "dependencies": {
    "@babel/core": "^7.12.10",
    "@babel/helper-module-imports": "^7.12.5",
    "@babel/parser": "^7.12.11",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/preset-env": "^7.12.11",
    "@babel/traverse": "^7.12.12",
    "@rollup/plugin-babel": "^5.2.2",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^11.0.1",
    "@rollup/plugin-replace": "^2.3.4",
    "@types/jest": "^26.0.20",
    "@typescript-eslint/eslint-plugin": "^4.13.0",
    "@typescript-eslint/parser": "^4.13.0",
    "ansi-escapes": "^4.3.1",
    "asyncro": "^3.0.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.6.3",
    "babel-plugin-annotate-pure-calls": "^0.4.0",
    "babel-plugin-dev-expression": "^0.2.2",
    "babel-plugin-macros": "^3.0.1",
    "babel-plugin-polyfill-regenerator": "^0.1.0",
    "babel-plugin-transform-rename-import": "^2.3.0",
    "camelcase": "^6.2.0",
    "chalk": "^4.1.0",
    "enquirer": "^2.3.6",
    "eslint": "^7.5.0",
    "eslint-config-react-app": "^6.0.0",
    "eslint-plugin-flowtype": "^5.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.20.3",
    "eslint-plugin-react-hooks": "^4.0.8",
    "execa": "^5.0.0",
    "fs-extra": "^9.0.1",
    "jest": "^26.6.3",
    "jest-watch-typeahead": "^0.6.1",
    "jpjs": "^1.2.1",
    "lodash.merge": "^4.6.2",
    "ora": "^5.2.0",
    "pascal-case": "^3.1.2",
    "prettier": "^2.2.1",
    "progress-estimator": "^0.3.0",
    "regenerator-runtime": "^0.13.7",
    "rollup": "^2.36.1",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.29.0",
    "sade": "^1.7.4",
    "semver": "^7.3.4",
    "shelljs": "^0.8.4",
    "tiny-glob": "^0.2.8",
    "ts-jest": "^26.4.4",
    "tslib": "^2.1.0",
    "typescript": "^4.1.3"
  },
  "devDependencies": {
    "@types/eslint": "^7.2.6",
    "@types/fs-extra": "^9.0.6",
    "@types/lodash": "^4.14.167",
    "@types/node": "^14.14.20",
    "@types/react": "^17.0.0",
    "@types/rollup-plugin-json": "^3.0.2",
    "@types/sade": "^1.7.2",
    "@types/semver": "^7.3.4",
    "@types/shelljs": "^0.8.8",
    "@types/styled-components": "^5.1.7",
    "all-contributors-cli": "^6.19.0",
    "autoprefixer": "^9.7.4",
    "babel-plugin-replace-identifiers": "^0.1.1",
    "cssnano": "^4.1.10",
    "doctoc": "^1.4.0",
    "husky": "^4.3.7",
    "np": "^7.2.0",
    "pretty-quick": "^3.1.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-is": "^17.0.1",
    "rollup-plugin-postcss": "^2.5.0",
    "styled-components": "^5.2.1",
    "tiny-invariant": "^1.1.0",
    "tiny-warning": "^1.0.3",
    "yarn-deduplicate": "^2.1.1"
  },
  "// resolutions": {
    "read-pkg": "^5.2.0",
    "yaml": "^1.10.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged --pattern '!test/tests/lint/**' && yarn lint && yarn deduplicate:check && doctoc README.md"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  }
}
