{
  "name": "@nodefill/primordials",
  "version": "4.1.0",
  "description": "🧊 The native primordials object from Node.js for anywhere",
  "keywords": [
    "nodejs",
    "javascript",
    "polyfill",
    "node-primordials",
    "intrinsics",
    "hardening",
    "primordials",
    "get-intrinsic"
  ],
  "homepage": "https://github.com/nodefill/primordials#readme",
  "bugs": "https://github.com/nodefill/primordials/issues",
  "repository": "github:nodefill/primordials",
  "license": "MIT",
  "contributors": [
    "Jacob Hummer <jcbhmr@outlook.com> (https://jcbhmr.me/)",
    "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)"
  ],
  "type": "commonjs",
  "exports": {
    ".": "./dist/index.js",
    "./lib/*": null,
    "./*.js": "./dist/*.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "postbuild": "copyfiles -u1 src/index.js src/index.d.ts dist",
    "build:docs": "typedoc",
    "docs:preview": "serve docs",
    "lint": "prettier -w . && tsc --noEmit",
    "test": "vitest"
  },
  "typedocOptions": {
    "navigationLinks": {
      "GitHub": "https://github.com/nodefill/primordials"
    },
    "entryPoints": [
      "src/index.d.ts"
    ],
    "skipErrorChecking": true
  },
  "devDependencies": {
    "@types/node": "^20.3.2",
    "copyfiles": "^2.4.1",
    "execa": "^7.2.0",
    "prettier": "^3.0.0",
    "serve": "^14.2.0",
    "typedoc": "^0.24.8",
    "typescript": "^5.1.6",
    "vitest": "^0.34.1"
  }
}
