{
  "name": "@tybys/denostd",
  "version": "0.135.10000",
  "description": "Deno standard library porting for Node.js and browser",
  "module": "dist/esm/index.js",
  "main": "dist/cjs-modern/index.js",
  "typings": "dist/cjs-modern/index.d.ts",
  "scripts": {
    "test": "node ./test/index.js",
    "build": "node ./scripts/index.js"
  },
  "author": "toyobayashi",
  "license": "MIT",
  "keywords": [
    "deno"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toyobayashi/denostd.git"
  },
  "homepage": "https://github.com/toyobayashi/denostd#readme",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "7.22.2",
    "@rollup/plugin-inject": "^4.0.4",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.2.0",
    "@tybys/cross-zip": "^3.1.0",
    "@tybys/downloader": "^0.2.0",
    "@tybys/find-npm-prefix": "^2.0.0",
    "@types/node": "^14.14.27",
    "fs-extra": "^10.0.1",
    "rollup": "2.70.1",
    "rollup-plugin-terser": "7.0.2",
    "tslib": "2.3.1",
    "typescript": "4.5.5"
  }
}
