{ "name": "@sveltejs/load-config", "version": "0.2.1", "description": "Load Svelte config via vite.config or svelte.config", "repository": { "type": "git", "url": "git+https://github.com/sveltejs/language-tools.git" }, "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", "exports": { ".": { "types": "./dist/src/index.d.ts", "default": "./dist/src/index.js" } }, "files": [ "dist/src" ], "engines": { "node": ">= 18.0.0" }, "license": "MIT", "devDependencies": { "@types/node": "^18.0.0", "typescript": "^6.0.3" }, "scripts": { "build": "tsc" } }