mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-20 17:49:13 +08:00
45 lines
No EOL
1.1 KiB
Text
45 lines
No EOL
1.1 KiB
Text
{
|
|
"name": "@sveltejs/adapter-cloudflare",
|
|
"version": "1.0.0-next.31",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sveltejs/kit",
|
|
"directory": "packages/adapter-cloudflare"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://kit.svelte.dev",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"import": "./index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"files",
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@cloudflare/workers-types": "^3.14.0",
|
|
"esbuild": "^0.14.48",
|
|
"worktop": "0.8.0-next.14"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.36",
|
|
"@types/ws": "^8.5.3",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "esbuild src/worker.js --bundle --outfile=files/worker.js --external:SERVER --external:MANIFEST --format=esm",
|
|
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
|
|
"format": "npm run lint -- --write",
|
|
"check": "tsc --skipLibCheck"
|
|
}
|
|
} |