router-toolkit
Version:
A npm module for managing routers and access points
48 lines (47 loc) • 1.21 kB
JSON
{
"name": "router-toolkit",
"version": "1.4.0",
"description": "A npm module for managing routers and access points",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ErnestoMuniz/router-toolkit.git"
},
"keywords": [
"router",
"zte",
"automation"
],
"author": "ErnestoMuniz",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ErnestoMuniz/router-toolkit/issues"
},
"homepage": "https://github.com/ErnestoMuniz/router-toolkit#readme",
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/node": "^18.11.4",
"prettier": "^2.7.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.8.4"
},
"files": [
"lib/**/*"
],
"dependencies": {
"@network-utils/vendor-lookup": "^1.0.5",
"axios": "^1.1.3",
"browserify-rsa": "^4.1.0",
"crypto-js": "^4.1.1",
"xml-js": "^1.6.11"
}
}