{
  "name": "disassemble-package",
  "version": "1.6.16",
  "description": "Separate the config contained in package.json into a file.",
  "main": "index.js",
  "homepage": "https://github.com/tanmen/disassemble-package#readme",
  "repository": "https://github.com/tanmen/disassemble-package",
  "funding": "https://github.com/sponsors/tanmen",
  "author": "tanmen",
  "license": "MIT",
  "keywords": [
    "package",
    "package.json",
    "disassemble",
    "separate",
    "decompose"
  ],
  "bin": {
    "disassemble-package": "cli.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint src --ext .ts,.tsx",
    "_postinstall": "husky install && typesync && yarn check --integrity || yarn install --ignore-scripts && yarn-deduplicate",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable",
    "presemantic-release": "yarn build && cp package.json README.md LICENSE dist",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "chalk": "4.1.2",
    "command-line-args": "^5.1.1",
    "ora": "5.4.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^18.0.0",
    "@commitlint/config-conventional": "^18.0.0",
    "@semantic-release/changelog": "^6.0.0",
    "@semantic-release/git": "^10.0.0",
    "@semantic-release/npm": "^11.0.0",
    "@types/chalk": "2.2.0",
    "@types/command-line-args": "^5.0.0",
    "@types/eslint": "^8.2.0",
    "@types/jest": "^27.0.0",
    "@types/lint-staged": "^13.2.0",
    "@types/ora": "^3.2.0",
    "@types/semantic-release": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "eslint": "^7.25.0",
    "eslint-config-google": "^0.14.0",
    "husky": "^8.0.0",
    "jest": "^26.6.3",
    "lint-staged": "^15.0.1",
    "pinst": "^3.0.0",
    "semantic-release": "^22.0.0",
    "ts-jest": "^26.5.4",
    "typescript": "^4.2.4",
    "typesync": "^0.11.0",
    "yarn-deduplicate": "^6.0.0"
  }
}
