@cspell/dict-node
Version:
Node.js dictionary for cspell.
46 lines (45 loc) • 1.3 kB
JSON
{
"name": "@cspell/dict-node",
"version": "5.0.7",
"description": "Node.js dictionary for cspell.",
"publishConfig": {
"access": "public",
"provenance": true
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build-node": "node src/extract-api.mjs src/api/*.md",
"build": "cspell-tools-cli build",
"test": "pnpm test-dict",
"test-dict": "shx cat \"src/node.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=javascript\" stdin",
"prepublishOnly": "echo pre-publish",
"prepare:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/node"
},
"keywords": [
"cspell",
"node",
"Node.js",
"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/node#readme",
"files": [
"dict/*.txt",
"cspell-ext.json"
],
"gitHead": "eb2afe03d001a8e379410daa72cd6a3226d2db36"
}