{
  "name": "object-hierarchy-access",
  "version": "0.21.0",
  "description": "Get/Set value from/to JS object hierarchy properties",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "built/index.d.ts",
  "scripts": {
    "build": "rm -rf built/* dist/*; npx tsc; npx rollup -c",
    "lint": "npx tslint -c tslint.json 'src/**/*.ts'",
    "test": "node test/index.js",
    "publish-check": "git diff-index --quiet HEAD && npm run build && npm run lint && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mjpclab/object-hierarchy-access.git"
  },
  "keywords": [
    "object",
    "hierarchy"
  ],
  "author": "MJ PC Lab",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mjpclab/object-hierarchy-access/issues"
  },
  "homepage": "https://github.com/mjpclab/object-hierarchy-access#readme",
  "devDependencies": {
    "rollup": "^1.1.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-typescript": "^1.0.0",
    "rollup-plugin-uglify": "^6.0.1",
    "tslib": "^1.9.3",
    "tslint": "^5.12.1",
    "typescript": "^3.2.4"
  }
}
