Current section

Files

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

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

{
"name": "@cspell/dict-css",
"version": "4.0.17",
"description": "CSS dictionary for cspell.",
"publishConfig": {
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools-cli compile --keep-raw-case src/css.txt --no-compress -o ./dict",
"test": "pnpm run test:keywords && pnpm run test:samples",
"test:keywords": "shx head -n 100 src/css.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=css\" stdin",
"test:samples": "cspell samples",
"prepublishOnly": "echo pre-publish",
"prepare:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/css"
},
"keywords": [
"cspell",
"css",
"css",
"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/css#readme",
"files": [
"dict/css.txt",
"cspell-ext.json"
],
"gitHead": "588365f8c00b710c7d9eb46db5477f6db48a920d"
}