@bit-ocean/cspell
Version:
Universal CSpell dictionary configuration.
40 lines • 1.18 kB
JSON
{
"name": "@bit-ocean/cspell",
"version": "0.0.53",
"description": "Universal CSpell dictionary configuration.",
"author": "Bruce Song <recall4056@gmail.com> (https://github.com/recallwei/)",
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
"bugs": "https://github.com/bit-ocean-studio/infra/issues",
"repository": {
"type": "git",
"url": "https://github.com/bit-ocean-studio/infra.git",
"directory": "packages/cspell"
},
"keywords": [
"bit-ocean",
"bit-ocean-infra",
"cspell",
"cspell-dicts"
],
"files": [
"dicts/**",
"cspell-ext.json"
],
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"peerDependencies": {
"cspell": "^8.0.0"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"scripts": {
"cspell:check": "cspell --no-progress --show-suggestions --show-context --cache **",
"prettier:check": "prettier --check --cache --ignore-unknown --ignore-path=../../.prettierignore .",
"prettier:fix": "prettier --write --cache --ignore-unknown --ignore-path=../../.prettierignore ."
}
}