@rnm/tscx
Version:
A tsc wrapper with many convenient features.
45 lines • 865 B
JSON
{
"name": "@rnm/tscx",
"version": "0.2.0",
"description": "A tsc wrapper with many convenient features.",
"keywords": [
"typescript",
"tsc",
"nodemon",
"copyfiles",
"rimraf",
"rm",
"watch",
"tsc-watch",
"node-dev",
"restart"
],
"repository": {
"type": "git",
"url": "https://github.com/rnmjs/tscx.git"
},
"license": "MIT",
"author": "hellozmj@qq.com",
"type": "module",
"bin": {
"tscx": "./dist/bin/tscx.cli.mjs"
},
"dependencies": {
"chokidar": "3.6.0",
"commander": "12.1.0",
"minimist": "1.2.8"
},
"devDependencies": {
"@types/minimist": "1.2.5",
"@types/node": "22.10.6",
"tsx": "4.19.2",
"vitest": "1.6.0"
},
"peerDependencies": {
"typescript": "*"
},
"scripts": {
"build": "tsx ./src/bin/tscx.cli.mts",
"test": "vitest run"
}
}