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

42 lines
1.1 KiB
JSON

{
"name": "@cspell/dict-rust",
"version": "2.0.1",
"description": "Rust 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 \"rust.txt\" -o .",
"test": "head -n 1000 \"rust.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=rust stdin",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"rust",
"Rust",
"dictionary",
"spelling"
],
"author": "Alexander Andreev",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/rust#readme",
"files": [
"rust.txt.gz",
"cspell-ext.json"
],
"gitHead": "b4fd03bb833930b5a2272c780592862b9fb95036"
}