{
  "name": "proxy-deep",
  "version": "3.1.1",
  "description": "A Proxy object that can nest itself when accessed",
  "main": "index.js",
  "scripts": {
    "prepare": "tsc",
    "test": "mocha",
    "test-types": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/samvv/js-proxy-deep.git"
  },
  "keywords": [
    "proxy",
    "javascript",
    "api",
    "library",
    "deep",
    "nested"
  ],
  "author": "Sam Vervaeck",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/samvv/js-proxy-deep/issues"
  },
  "homepage": "https://github.com/samvv/js-proxy-deep#readme",
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^9.0.3"
  },
  "dependencies": {}
}
