You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

74 lines
1.9 KiB

{
"name": "ts-checker-rspack-plugin",
"version": "1.2.6",
"description": "Runs typescript type checker and linter on separate process.",
"keywords": [
"rspack",
"plugin",
"typescript",
"typecheck"
],
"bugs": {
"url": "https://github.com/rstackjs/ts-checker-rspack-plugin/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/rstackjs/ts-checker-rspack-plugin.git"
},
"license": "MIT",
"files": [
"lib"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "rslib build",
"dev": "rslib build -w",
"lint": "echo lint",
"test": "pnpm build && pnpm test:unit && pnpm test:e2e",
"test:unit": "rstest --config=test/unit/rstest.config.ts",
"test:e2e": "cd test/e2e && pnpm test",
"test:e2e:setup": "cd test/e2e && pnpm run setup",
"precommit": "pnpm build && pnpm test:unit",
"prepare": "husky && pnpm build",
"bump": "npx bumpp"
},
"dependencies": {
"@babel/code-frame": "^7.27.1",
"@rspack/lite-tapable": "^1.1.0",
"chokidar": "^3.6.0",
"is-glob": "^4.0.3",
"memfs": "^4.51.1",
"minimatch": "^9.0.5",
"picocolors": "^1.1.1"
},
"peerDependencies": {
"@rspack/core": "^1.0.0 || ^2.0.0-0",
"typescript": ">=3.8.0"
},
"peerDependenciesMeta": {
"@rspack/core": {
"optional": true
}
},
"devDependencies": {
"@rslib/core": "^0.18.2",
"@rspack/core": "^1.6.5",
"@rstest/core": "^0.7.5",
"@types/babel__code-frame": "^7.0.6",
"@types/is-glob": "^4.0.4",
"@types/mock-fs": "^4.13.4",
"@types/node": "^16.18.126",
"cross-env": "^10.1.0",
"husky": "^9.1.7",
"mock-fs": "^5.5.0",
"prettier": "^3.7.3",
"strip-ansi": "^6.0.1",
"typescript": "^5.9.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"packageManager": "pnpm@10.24.0"
}