{ "name": "cspell-io", "version": "5.21.2", "description": "A library of useful I/O functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "!**/__mocks__", "!**/*.test.*", "!**/*.spec.*", "!**/*.map" ], "scripts": { "build": "tsc -p .", "build-dev": "tsc -p tsconfig.dev.json", "watch": "tsc -p . -w", "clean": "rimraf dist temp coverage .tsbuildinfo", "clean-build": "npm run clean && npm run build", "coverage": "jest --coverage", "test-watch": "jest --watch", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/streetsidesoftware/cspell.git" }, "keywords": [ "cspell" ], "author": "Jason Dent", "license": "MIT", "bugs": { "url": "https://github.com/streetsidesoftware/cspell/labels/cspell-io" }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "engines": { "node": ">=12.13.0" }, "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/node": "^17.0.35", "fs-extra": "^10.1.0", "jest": "^28.1.0", "lorem-ipsum": "^2.0.4", "rimraf": "^3.0.2" }, "gitHead": "ce422e9d62a5fbad056c4f82aafcbf98c6a86677" }