@jambdev/tsc-hooks
Version:
Add tsc compiler hooks to your TypeScript project
26 lines (25 loc) • 609 B
JSON
{
"name": "@jambdev/tsc-hooks",
"version": "1.0.8",
"description": "Add tsc compiler hooks to your TypeScript project",
"main": "run.js",
"repository": "https://github.com/JambDev/tsc-hooks.git",
"author": "Mark Auger",
"license": "Apache-2.0",
"private": false,
"keywords": [
"TypeScript",
"Compilation",
"Hook"
],
"scripts": {
"postinstall": "node run postinstall",
"postuninstall": "node run postuninstall"
},
"dependencies": {
"glob": "^7.1.7",
"glob-parent": "^6.0.0",
"json5": "^2.2.0",
"typescript": "^4.3.2"
}
}