@humanspeak/svelte-keyed
Version:
A powerful writable derived store for Svelte that enables deep object and array manipulation with TypeScript support
94 lines (93 loc) • 2.92 kB
JSON
{
"name": "@humanspeak/svelte-keyed",
"version": "5.0.1",
"description": "A powerful writable derived store for Svelte that enables deep object and array manipulation with TypeScript support",
"keywords": [
"svelte",
"derived",
"store",
"rxjs",
"state-management",
"typescript",
"svelte5",
"sveltekit",
"reactive",
"nested-store",
"object-store",
"array-store"
],
"homepage": "https://github.com/humanspeak/svelte-keyed#readme",
"bugs": {
"url": "https://github.com/humanspeak/svelte-keyed/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/humanspeak/svelte-keyed.git"
},
"license": "MIT",
"author": "Humanspeak, Inc.",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"default": "./dist/index.js"
}
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"scripts": {
"build": "vite build && npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"lint:fix": "npm run format && eslint . --fix",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"preview": "vite preview",
"test": "vitest run --coverage",
"test:only": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/package": "^2.3.9",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@vitest/coverage-v8": "^3.0.4",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-svelte": "^3.3.3",
"publint": "^0.3.2",
"svelte": "^5.19.3",
"svelte-check": "^4.1.4",
"tslib": "^2.8.1",
"type-fest": "^4.33.0",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vitest": "^3.0.4"
},
"volta": {
"node": "22.13.1"
},
"overrides": {
"@sveltejs/kit": {
"cookie": "^0.7.0"
}
}
}