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

42 lines
1.1 KiB
JSON

{
"name": "@cspell/dict-lua",
"version": "2.0.0",
"description": "Lua dictionary for cspell.",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./cspell-ext.json",
"./cspell": "./cspell-ext.json",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools compile \"lua.txt\" -o .",
"test": "head -n 1000 \"lua.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=lua stdin",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"lua",
"lua",
"dictionary",
"spelling"
],
"author": "Jason Dent & Simone Livieri",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/lua#readme",
"files": [
"lua.txt.gz",
"cspell-ext.json"
],
"gitHead": "5fe03a7c9c10459a3c50242737f27bcf3e980f5e"
}