@hg8496/umgfinder
Version:
A tool to find all Janitza UMGs in the specified network
56 lines (55 loc) • 1.48 kB
JSON
{
"author": "hg8496@cstolz.de",
"bin": {
"umgfinder": "./dist/umgfinder.js"
},
"bugs": {
"url": "https://github.com/hg8496/umgfinder/issues"
},
"dependencies": {
"@hg8496/netmask": "^2.0.5"
},
"description": "A tool to find all Janitza UMGs in the specified network",
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/node": "^13.11.1",
"coveralls": "^3.0.11",
"jest": "^25.3.0",
"prettier": "^2.0.4",
"ts-jest": "^25.4.0",
"tslint": "^6.1.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
},
"files": [
"dist"
],
"homepage": "https://github.com/hg8496/umgfinder#readme",
"keywords": [
"janitza",
"umg",
"nodejs",
"typescript"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@hg8496/umgfinder",
"repository": {
"type": "git",
"url": "git+https://github.com/hg8496/umgfinder.git"
},
"scripts": {
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A lib",
"postversion": "git push && git push --tags",
"build": "tsc",
"format": "prettier --write \"lib/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"test": "jest --coverage --config jestconfig.json",
"coveralls": "jest --config jestconfig.json --coverage --coverageReporters=text-lcov | coveralls"
},
"types": "dist/index.d.ts",
"version": "2.1.2"
}