{ "name": "@cspell/dict-fullstack", "version": "1.0.39", "description": "Dictionary of terms used in Fullstack development.", "publishConfig": { "access": "public" }, "exports": { ".": "./cspell-ext.json", "./cspell": "./cspell-ext.json", "./cspell-ext.json": "./cspell-ext.json" }, "scripts": { "build": "cspell-tools compile \"fullstack.txt\" -o .", "test": "head -n 100 \"fullstack.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=php stdin", "prepublishOnly": "yarn test", "prepare": "yarn run build" }, "repository": { "type": "git", "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" }, "keywords": [ "cspell", "fullstack", "dictionary", "spelling" ], "author": "Jason Dent", "license": "MIT", "bugs": { "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" }, "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/fullstack#readme", "files": [ "fullstack.txt.gz", "cspell-ext.json" ], "gitHead": "353ef5c5b562dbafffcad9025e43550b027976bf" }