65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"name": "@cloudflare/unenv-preset",
|
|
"version": "2.7.6",
|
|
"description": "cloudflare preset for unenv",
|
|
"keywords": [
|
|
"cloudflare",
|
|
"workers",
|
|
"cloudflare workers",
|
|
"Node.js",
|
|
"unenv",
|
|
"polyfills"
|
|
],
|
|
"homepage": "https://github.com/cloudflare/workers-sdk#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/cloudflare/workers-sdk/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cloudflare/workers-sdk.git",
|
|
"directory": "packages/unenv-preset"
|
|
},
|
|
"license": "MIT OR Apache-2.0",
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs"
|
|
},
|
|
"./*": {
|
|
"types": "./dist/runtime/*.d.mts",
|
|
"default": "./dist/runtime/*.mjs"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node-unenv": "npm:@types/node@^22.14.0",
|
|
"typescript": "^5.8.3",
|
|
"unbuild": "^3.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"unenv": "2.0.0-rc.21",
|
|
"workerd": "^1.20250927.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"workerd": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"workers-sdk": {
|
|
"prerelease": true
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"check:lint": "eslint . --max-warnings=0",
|
|
"check:type": "tsc --noEmit"
|
|
}
|
|
} |