UNPKG

@rnm/tscx

Version:

A tsc wrapper with many convenient options.

50 lines 1.09 kB
{ "name": "@rnm/tscx", "version": "0.3.8", "description": "A tsc wrapper with many convenient options.", "keywords": [ "typescript", "tsc", "nodemon", "copyfiles", "rimraf", "rm", "watch", "tsc-watch", "node-dev", "restart" ], "repository": { "type": "git", "url": "git+https://github.com/rnmjs/tscx.git" }, "license": "MIT", "author": "hellozmj@qq.com", "type": "module", "bin": { "tscx": "./dist/bin/tscx.cli.mjs" }, "files": [ "dist" ], "dependencies": { "chokidar": "3.6.0", "commander": "12.1.0" }, "devDependencies": { "@types/node": "16.18.126", "@vitest/coverage-v8": "3.2.4", "make-coverage-badge": "1.2.0", "vitest": "3.2.4" }, "peerDependencies": { "typescript": "*" }, "engines": { "node": ">=16.20.2" }, "scripts": { "build": "node --experimental-strip-types ./src/bin/tscx.cli.mts", "test": "vitest run --coverage --coverage.reporter=json-summary --coverage.reporter=html && make-coverage-badge --output-path badge/coverage.svg" } }