lix-website/themes/lix/assets/bootstrap/node_modules/@cspell/dict-node/package.json
2024-04-26 22:49:34 -06:00

45 lines
1.3 KiB
JSON

{
"name": "@cspell/dict-node",
"version": "2.0.1",
"description": "Node.js dictionary for cspell.",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build-node": "node src/extract-api.js src/api/*.md",
"build": "cspell-tools compile node.txt additional_words.txt --merge node -o .",
"test": "yarn test-dict && yarn test-old",
"test-dict": "cat \"node.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=javascript\" stdin",
"test-old": "cspell -v -c ./cspell-ext.json \"--local=en\" \"--languageId=javascript\" src/node-old.txt",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"node",
"Node.js",
"dictionary",
"spelling"
],
"author": "Jason Dent",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/node#readme",
"files": [
"node.txt.gz",
"cspell-ext.json"
],
"gitHead": "7fecc4b4faae0a974cf6eeb699029771366606ad"
}