{
  "name": "inherits-browser",
  "description": "A inherits fork that is safe per default to use in browsers",
  "version": "0.1.0",
  "source": "index.js",
  "module": "./dist/index.es.js",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "echo 'no tests'",
    "prepare": "microbundle -f cjs,esm && cpy index.d.ts dist/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nikku/inherits-browser.git"
  },
  "keywords": [
    "inherits"
  ],
  "author": "Nico Rehwaldt",
  "license": "ISC",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "devDependencies": {
    "cpy-cli": "^4.1.0",
    "microbundle": "^0.14.2"
  }
}
