43 lines
1019 B
JSON
43 lines
1019 B
JSON
{
|
|
"name": "@sveltejs/adapter-auto",
|
|
"version": "2.1.1",
|
|
"description": "Automatically chooses the SvelteKit adapter for your current environment, if possible.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sveltejs/kit",
|
|
"directory": "packages/adapter-auto"
|
|
},
|
|
"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",
|
|
"adapters.js"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^16.18.6",
|
|
"typescript": "^4.9.4",
|
|
"@sveltejs/kit": "^1.27.3"
|
|
},
|
|
"dependencies": {
|
|
"import-meta-resolve": "^4.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@sveltejs/kit": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
|
|
"format": "pnpm lint --write",
|
|
"check": "tsc"
|
|
}
|
|
} |