{ "name": "cspell-util-bundle", "version": "4.1.11", "description": "This is a bundle of external libraries used by cspell bundled into a single `.js`", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist/index.js", "dist/index.d.ts", "dist/xregexp.d.ts", "!**/*.map", "!**/*.test.*", "!**/temp/**" ], "scripts": { "build": "tsc -p . && webpack --mode none", "build-production": "rimraf dist build && tsc -p . && webpack --mode production", "watch": "npm run build -- watch", "prepare": "npm run build-production", "clean": "rimraf dist", "clean-build": "npm run clean && npm run build", "coverage": "jest --coverage", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/streetsidesoftware/cspell.git" }, "keywords": [], "author": "Jason Dent", "license": "MIT", "bugs": { "url": "https://github.com/streetsidesoftware/cspell/issues" }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "engines": { "node": ">=10.0.0" }, "devDependencies": { "rimraf": "^3.0.2", "xregexp": "^4.4.1" }, "gitHead": "0155d19d140b50f7620fa8ab23e42a2a73c6c13c" }