cspell-tools
Version:
Tools to assist with the development of cSpell. Alias of @cspell/cspell-tools
52 lines (51 loc) • 1.21 kB
JSON
{
"name": "cspell-tools",
"version": "9.1.1",
"description": "Tools to assist with the development of cSpell. Alias of @cspell/cspell-tools",
"publishConfig": {
"access": "public",
"provenance": true
},
"type": "module",
"sideEffects": false,
"bin": {
"cspell-tools": "bin.mjs"
},
"scripts": {
"test": "pnpm test-shasum",
"test-shasum": "node ./bin.mjs shasum package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell.git",
"directory": "packages/cspell-tools-alias"
},
"keywords": [
"cSpell",
"Word",
"List",
"Compiler"
],
"files": [
"bin.mjs",
"!**/*.tsbuildInfo",
"!**/__mocks__",
"!**/*.test.*",
"!**/*.spec.*",
"!**/*.map"
],
"author": "Jason Dent",
"license": "MIT",
"bugs": {
"url": "https://github.com/streetsidesoftware/cspell/labels/cspell-tools"
},
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-tools-alias#readme",
"dependencies": {
"@cspell/cspell-tools": "9.1.1"
},
"engines": {
"node": ">=20"
},
"module": "bin.mjs",
"gitHead": "40c6e1a331f38a0c008aacf2cb527270752c35ad"
}