@cspell/dict-id-id
Version:
Indonesia dictionary for cspell.
51 lines (50 loc) • 1.47 kB
JSON
{
"name": "@cspell/dict-id-id",
"version": "1.0.5",
"description": "Indonesia 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 build",
"conditional-build": "pnpm build --conditional",
"test": "pnpm test:src && pnpm test:samples",
"test:src": "pipe-cmds \"hunspell-reader words -n 1000 -m 0 \\\"src/hunspell/id_ID.dic\\\"\" \"cspell -c ./cspell-ext.json \\\"--locale=id\\\" \\\"--languageId=*\\\" stdin\"",
"test:samples": "cspell samples",
"prepublishOnly": "echo OK",
"prepare:dictionary": "echo OK"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/id_ID"
},
"keywords": [
"cspell",
"cspell-ext",
"id",
"Indonesia",
"dictionary",
"spelling"
],
"author": "Street Side Software <support@streetsidesoftware.nl>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/id#readme",
"files": [
"dict/id-id.trie",
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "588365f8c00b710c7d9eb46db5477f6db48a920d"
}