52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "@sveltejs/adapter-auto",
|
|
"version": "7.0.0",
|
|
"description": "Automatically chooses the SvelteKit adapter for your current environment, if possible.",
|
|
"keywords": [
|
|
"adapter",
|
|
"automatically",
|
|
"deploy",
|
|
"hosting",
|
|
"platform",
|
|
"svelte",
|
|
"sveltekit"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sveltejs/kit.git",
|
|
"directory": "packages/adapter-auto"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://svelte.dev/docs/kit/adapter-auto",
|
|
"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",
|
|
"adapters.js"
|
|
],
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^6.0.0-next.3",
|
|
"@types/node": "^18.19.119",
|
|
"typescript": "^5.3.3",
|
|
"vitest": "^3.2.4",
|
|
"@sveltejs/kit": "^2.47.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@sveltejs/kit": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "prettier --check .",
|
|
"format": "pnpm lint --write",
|
|
"check": "tsc",
|
|
"test": "vitest run"
|
|
}
|
|
} |