smartping/package.json

27 lines
611 B
JSON
Raw Normal View History

2018-11-18 14:06:17 +00:00
{
"name": "@pushrocks/smartping",
2018-11-18 14:06:17 +00:00
"version": "1.0.2",
2018-11-18 14:06:17 +00:00
"private": false,
"description": "ping urls and ips",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"ping": "^0.2.2"
}
}