cspell-dict-fr-fr
Version:
French dictionary for cspell.
47 lines (46 loc) • 1.12 kB
JSON
{
"name": "cspell-dict-fr-fr",
"version": "1.3.1",
"description": "French dictionary for cspell.",
"bin": {
"cspell-dict-fr-fr-link": "link.js",
"cspell-dict-fr-fr-unlink": "unlink.js"
},
"exports": {
".": "./index.js",
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"test": "cspell -v -c ./cspell-ext.json --local=en,fr *.md",
"prepublishOnly": "yarn test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
},
"keywords": [
"cspell",
"fr_FR",
"French",
"dictionary",
"spelling"
],
"main": "index.js",
"typings": "index.d.ts",
"author": "Jason Dent",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/packages/fr_FR#readme",
"dependencies": {
"@cspell/dict-fr-fr": "^1.2.21",
"configstore": "^5.0.1"
},
"files": [
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "f13967f0064e9e34f8f886375fb7ef305ad3a1c3"
}