Urara-Blog/node_modules/.pnpm-store/v3/files/4b/1826f18c67168fff34109b0f633745c9a96da2790a6a36df13bd966063b4db32b6d3ad7c58e85a0d15010d556903fc74cef280d0973798b1343173ac4716e7
2022-08-14 01:14:53 +08:00

37 lines
No EOL
917 B
Text

{
"name": "@sveltejs/adapter-static",
"version": "1.0.0-next.39",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
"directory": "packages/adapter-static"
},
"license": "MIT",
"homepage": "https://kit.svelte.dev",
"type": "module",
"main": "index.js",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js"
},
"./package.json": "./package.json"
},
"types": "index.d.ts",
"devDependencies": {
"@sveltejs/kit": "1.0.0-next.405",
"@types/node": "^16.11.36",
"playwright-chromium": "^1.23.4",
"sirv": "^2.0.2",
"svelte": "^3.48.0",
"typescript": "^4.7.4",
"uvu": "^0.5.3",
"vite": "^3.0.0"
},
"scripts": {
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
"check": "tsc",
"format": "npm run lint -- --write",
"test": "uvu test test.js"
}
}