@cspell/dict-fullstack
Version:
Dictionary of terms used in Fullstack development.
44 lines (43 loc) • 1.25 kB
JSON
{
"name": "@cspell/dict-fullstack",
"version": "3.2.6",
"description": "Dictionary of terms used in Fullstack development.",
"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": "shx cat \"src/fullstack.txt\" | cspell -c ./cspell-ext.json --locale=* --languageId=php stdin",
"prepublishOnly": "echo pre-publish",
"prepare:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell-dicts",
"directory": "dictionaries/fullstack"
},
"keywords": [
"cspell",
"cspell-ext",
"fullstack",
"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/fullstack#readme",
"files": [
"dict/fullstack.txt",
"cspell-ext.json"
],
"gitHead": "39df2b371103976b7b19497c2cbe4a4df9d8b983"
}