UNPKG

asusroutermonitor

Version:
47 lines (46 loc) 1.25 kB
{ "name": "asusroutermonitor", "version": "1.0.0", "description": "A library to interact with your ASUS router.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\"", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "https://github.com/EastArctica/asusroutermonitor-js.git" }, "keywords": [ "ASUS", "router" ], "author": "EastArctica", "license": "ISC", "bugs": { "url": "https://github.com/EastArctica/asusroutermonitor-js/issues" }, "homepage": "https://github.com/EastArctica/asusroutermonitor-js#readme", "devDependencies": { "@types/node": "^18.11.18", "@types/node-fetch": "^2.6.2", "prettier": "^2.8.2", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.9.4" }, "files": [ "lib/**/*" ], "dependencies": { "node-fetch": "^2.6.7" } }