You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

49 lines
1.1 KiB

{
"name": "kill-port",
"version": "1.6.1",
"description": "Kill the process running on given port",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/tiaanduplessis/kill-port.git"
},
"homepage": "https://github.com/tiaanduplessis/kill-port",
"bugs": "https://github.com/tiaanduplessis/kill-port/issues",
"author": "Tiaan du Plessis",
"bin": {
"kill-port": "cli.js"
},
"scripts": {
"start": "npm run dev",
"pretest": "npm run lint",
"test": "jest --env=node",
"test:watch": "npm test -- --watch",
"coverage": "npm test -- --coverage",
"lint": "standard --fix",
"precommit": "npm test",
"check": "npm-check -u"
},
"keywords": [
"port",
"process",
"kill",
"kill-port",
"port"
],
"dependencies": {
"get-them-args": "1.3.2",
"shell-exec": "1.0.2"
},
"devDependencies": {
"husky": "4.2.5",
"jest": "26.1.0",
"npm-check": "^5.9.2",
"standard": "14.3.4"
},
"standard": {
"env": {
"jest": true
}
}
}