@cspell/cspell-types
Version:
Types for cspell and cspell-lib
91 lines (90 loc) • 2.23 kB
JSON
{
"name": "@cspell/cspell-types",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "9.1.1",
"description": "Types for cspell and cspell-lib",
"type": "commonjs",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./Parser": {
"import": "./dist/Parser/index.mjs",
"require": "./dist/Parser/index.js"
},
"./cspell.schema.json": {
"import": "./cspell.schema.json",
"require": "./cspell.schema.json"
}
},
"types": "index.d.ts",
"typesVersions": {
"*": {
"*.d.ts": [
"dist/*.d.ts"
],
"*.d.mts": [
"dist/*.d.mts"
],
"index.d.ts": [
"dist/index.d.ts"
],
"dist/index.d.ts": [
"dist/index.d.ts"
],
"Parser": [
"dist/Parser/index.d.ts"
],
"*": [
"dist/*.d.ts",
"dist/*/index.d.ts"
]
}
},
"scripts": {
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
"build": "pnpm build:tsc && pnpm build:tsdown && pnpm run build-schema",
"build:tsc": "tsc -p tsconfig.json",
"build:tsdown": "tsdown --entry src/index.ts --entry src/Parser/index.ts --format cjs,esm --dts --out-dir dist",
"build-schema": "pnpm build-cspell-schema",
"clean-build": "pnpm run clean && pnpm run build",
"coverage": "vitest run --coverage",
"test": "vitest run",
"prepare": "echo Skip Building Types"
},
"repository": {
"type": "git",
"url": "https://github.com/streetsidesoftware/cspell.git",
"directory": "packages/cspell-types"
},
"files": [
"dist",
"ajv.config.js",
"cspell.schema.json",
"!**/*.tsbuildInfo",
"!**/__mocks__",
"!**/*.test.*",
"!**/test/**",
"!**/test.*.*",
"!**/*.spec.*",
"!**/*.map"
],
"keywords": [
"cspell",
"types"
],
"author": "Jason Dent",
"license": "MIT",
"engines": {
"node": ">=20"
},
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-types#readme",
"gitHead": "40c6e1a331f38a0c008aacf2cb527270752c35ad"
}