@cspell/dict-fsharp
Version:
47 lines (46 loc) • 1.16 kB
JSON
{
"name": "@cspell/dict-fsharp",
"version": "1.1.0",
"description": "F# 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 OK",
"prepare:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/fsharp"
},
"keywords": [
"cspell",
"cspell-ext",
"fsharp",
"f#",
"dictionary",
"spelling"
],
"author": "Street Side Software <support@streetsidesoftware.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/f_sharp#readme",
"files": [
"dict/fsharp.txt",
"cspell-ext.json",
"*.js",
"*.d.ts"
],
"gitHead": "d409535aeea67d6b0d57df3bbd4d3584516b2ffe"
}