You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.3 KiB
44 lines
1.3 KiB
{ |
|
"name": "@cspell/dict-node", |
|
"version": "1.0.12", |
|
"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": "yarn test", |
|
"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": "50c3382bd1c388800d35ffa7ed9660aed7e0fecd" |
|
}
|
|
|