Current section

Files

Jump to
spellweaver priv bun node_modules @cspell dict-svelte package.json
Raw

priv/bun/node_modules/@cspell/dict-svelte/package.json

{
"name": "@cspell/dict-svelte",
"version": "1.0.6",
"description": "Svelte dictionary for cspell.",
"publishConfig": {
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli build",
"test": "pnpm run test-src && pnpm run test-code",
"test-code": "cspell \"**/*.svelte\"",
"test-src": "shx head -n 1000 \"src/svelte.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=svelte\" stdin",
"prepublishOnly": "echo OK",
"prepare:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/svelte"
},
"keywords": [
"cspell",
"cspell-ext",
"svelte",
"Svelte",
"dictionary",
"spelling"
],
"author": "Street Side Software <support@streetsidesoftware.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/svelte#readme",
"files": [
"dict/svelte.txt",
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "588365f8c00b710c7d9eb46db5477f6db48a920d"
}