@eryldor/cidr
Version:
A javascript library to manipulate CIDR blocks
47 lines • 1.11 kB
JSON
{
"name": "@eryldor/cidr",
"version": "1.0.5",
"description": "A javascript library to manipulate CIDR blocks",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --coverage",
"ci": "jest --ci --reporters=jest-junit --coverage",
"prepare": "tsc",
"debug": "node --nolazy --inspect-brk=9229 node_modules/.bin/jest --runInBand --coverage false",
"tsc": "tsc",
"doc": "typedoc"
},
"author": "Antoine Wacheux <awacheux.utc@gmail.com>",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Shiroy/cidr.git"
},
"devDependencies": {
"@types/jest": "^24.0.22",
"jest": "^24.9.0",
"jest-junit": "^9.0.0",
"ts-jest": "^24.1.0",
"typedoc": "^0.15.2",
"typescript": "^3.7.2"
},
"bugs": {
"url": "https://gitlab.com/Shiroy/cidr/issues"
},
"homepage": "https://shiroy.gitlab.io/cidr",
"dependencies": {},
"keywords": [
"cidr",
"ip",
"network",
"pulumi",
"infra as code",
"terraform",
"aws",
"vpc",
"iac",
"gcp",
"azure"
]
}