jalapeno_lnx
Version:
File Watcher for Typescript Hot Reload providing and File Checking
48 lines • 1.14 kB
JSON
{
"name": "jalapeno_lnx",
"version": "1.0.1",
"description": "File Watcher for Typescript Hot Reload providing and File Checking",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"bin": {
"jalapeno": "./dist/index.js"
},
"keywords": [
"TypeScript",
"File Watcher",
"ts-node",
"Nodemon",
"CLI",
"Dev",
"Hot-Reload"
],
"repository": {
"type": "git",
"url": "https://github.com/GoncaloMark/Jalapeno.git"
},
"bugs": {
"url": "https://github.com/GoncaloMark/Jalapeno/issues"
},
"homepage": "https://github.com/GoncaloMark/Jalapeno",
"author": "GonçaloMark",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@types/babel__core": "^7.20.0",
"@types/node": "^18.11.18",
"tsup": "^6.5.0",
"typescript": "^4.9.5"
},
"dependencies": {
"chokidar": "^3.5.3",
"commander": "^9.5.0",
"figlet": "^1.5.2",
"ts-node": "^10.9.1"
},
"scripts": {
"build": "tsup cli/index.ts --format cjs,esm --dts",
"lint": "tsc",
"release": "pnpm publish -r --no-git-checks"
}
}