{
  "name": "@prostojs/tree",
  "version": "0.3.0",
  "description": "Print tree",
  "main": "index.js",
  "module": "dist/tree.esm-bundler.js",
  "unpkg": "dist/tree.global.prod.js",
  "jsdelivr": "dist/tree.global.prod.js",
  "types": "dist/tree.d.ts",
  "files": [
    "index.js",
    "dist"
  ],
  "scripts": {
    "build": "node ./scripts/build",
    "release": "node ./scripts/release",
    "test": "jest --runInBand",
    "test:cov": "jest --runInBand --coverage",
    "lint": "eslint --ext .ts src/**.ts --fix",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prostojs/tree.git"
  },
  "keywords": [
    "tree",
    "prostojs"
  ],
  "buildOptions": {
    "name": "ProstoTree",
    "formats": [
      "esm-bundler",
      "esm-browser",
      "cjs",
      "global"
    ]
  },
  "dependencies": {},
  "gitHooks": {
    "commit-msg": "node scripts/verifyCommit.js"
  },
  "author": "Artem Maltsev",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/prostojs/tree/issues"
  },
  "homepage": "https://github.com/prostojs/tree#readme",
  "devDependencies": {
    "@microsoft/api-extractor": "^7.15.1",
    "@prostojs/dye": "^0.2.0",
    "@rollup/plugin-commonjs": "^21.0.0",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@rollup/plugin-replace": "^3.0.0",
    "@types/jest": "^27.0.2",
    "@types/node": "^16.10.3",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "brotli": "^1.3.2",
    "conventional-changelog": "^3.1.24",
    "conventional-changelog-cli": "^2.1.1",
    "enquirer": "^2.3.6",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.24.2",
    "execa": "^5.1.1",
    "fs-extra": "^10.0.0",
    "jest": "^27.2.5",
    "minimist": "^1.2.5",
    "rollup": "^2.58.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "semver": "^7.3.5",
    "ts-jest": "^27.0.5",
    "tslib": "^2.3.1",
    "typescript": "^4.4.3",
    "yorkie": "^2.0.0",
    "zlib": "^1.0.5"
  }
}
