cspell-tools
Version:
Tools to assist with the development of cSpell. Alias of @cspell/cspell-tools
52 lines (51 loc) • 1.22 kB
JSON
{
"name": "cspell-tools",
"version": "10.0.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": "10.0.1"
},
"engines": {
"node": ">=22.18.0"
},
"module": "bin.mjs",
"gitHead": "0f43abf29e5da0ecbcb08214055cdc1e3267c3ea"
}