Current section

Files

Jump to
spellweaver priv bun node_modules @cspell dict-rust package.json
Raw

priv/bun/node_modules/@cspell/dict-rust/package.json

{
"name": "@cspell/dict-rust",
"version": "4.1.1",
"description": "Rust 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",
"test": "cspell samples",
"prepublishOnly": "echo pre-publish",
"prepare:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/rust"
},
"keywords": [
"cspell",
"rust",
"Rust",
"dictionary",
"spelling"
],
"author": "Street Side Software <support@streetsidesoftware.nl>",
"contributors": [
"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": [
"dict/rust.txt.gz",
"dict/crates.txt.gz",
"cspell-ext.json"
],
"gitHead": "1f049f6cf332d15f0b5ca421c691939950f4339a"
}