@pnpm/crypto.polyfill
Version:
Polyfill for functions in the crypto library
40 lines • 920 B
JSON
{
"name": "@pnpm/crypto.polyfill",
"version": "1000.1.0",
"description": "Polyfill for functions in the crypto library",
"keywords": [
"pnpm",
"pnpm10",
"crypto"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/blob/main/crypto/polyfill",
"homepage": "https://github.com/pnpm/pnpm/blob/main/crypto/polyfill#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"devDependencies": {
"@pnpm/crypto.polyfill": "1000.1.0"
},
"engines": {
"node": ">=18.12"
},
"jest": {
"preset": "@pnpm/jest-config"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"test": "pnpm run compile",
"compile": "tsc --build && pnpm run lint --fix"
}
}