{
  "name": "un-flatten-tree",
  "version": "2.0.12",
  "description": "Functions for converting trees to lists and vice versa.",
  "main": "dist/un-flatten-tree.js",
  "module": "dist/un-flatten-tree.es.js",
  "types": "dist/un-flatten-tree.d.ts",
  "scripts": {
    "preversion": "npm run reinstall && npm run build && npm run lint && npm test && npm run break-cache-commit",
    "postversion": "git add -A . && git push && git push --tags",
    "build": "npm run build:es2015 && npm run build:umd",
    "build:es2015": "tsc -p . -m es2015 -t es2015 && mv ./dist/un-flatten-tree.js ./dist/un-flatten-tree.es.js",
    "build:umd": "tsc",
    "reinstall": "npm run clean && rm -rf node_modules && npm i",
    "clean": "rm -rf dist build coverage",
    "test": "npm run test:node",
    "test:node": "tsc -p tests && intern-client config=build/tests/intern",
    "test:browser": "tsc -p tests && intern-runner config=build/tests/intern-browser",
    "lint": "tslint un-flatten-tree.ts tests/**/*.ts",
    "coverage": "remap-istanbul -i coverage/coverage-final.json --type text-lcov | coveralls",
    "break-cache": "break-cache -i README.md -m \"\\.svg\" -o README.md",
    "break-cache-commit": "npm run break-cache && git commit -am \"[skip ci] readme cache break\""
  },
  "files": [
    "dist/",
    "tests/",
    "un-flatten-tree.ts",
    "tsconfig.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iyegoroff/un-flatten-tree.git"
  },
  "keywords": [
    "tree",
    "flatten",
    "unflatten"
  ],
  "author": "iyegoroff <iegoroff@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iyegoroff/un-flatten-tree/issues"
  },
  "homepage": "https://github.com/iyegoroff/un-flatten-tree#readme",
  "devDependencies": {
    "@types/lodash": "^4.14.64",
    "break-cache": "^1.0.3",
    "coveralls": "^2.13.1",
    "intern": "^3.4.4",
    "lodash-amd": "^4.17.2",
    "remap-istanbul": "^0.9.1",
    "tslint": "^5.2.0",
    "tslint-config-standard": "^4.0.0",
    "typescript": "^2.3.2",
    "vrsource-tslint-rules": "^4.0.0"
  },
  "dependencies": {}
}
