killit
Version:
Simple, fast port killer with zero dependencies
49 lines (48 loc) • 912 B
JSON
{
"name": "killit",
"version": "1.1.1",
"description": "Simple, fast port killer with zero dependencies",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"bin": {
"killit": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepublishOnly": "npm run build"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"port",
"kill",
"process",
"tcp",
"udp",
"kill-port",
"port-killer",
"cli"
],
"author": "Zakariya",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gzew/killit.git"
},
"bugs": {
"url": "https://github.com/gzew/killit/issues"
},
"homepage": "https://github.com/gzew/killit#readme",
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
}
}