domrobot-client
Version:
INWX Domrobot Node.JS Client
46 lines (45 loc) • 1.19 kB
JSON
{
"name": "domrobot-client",
"version": "3.3.0",
"description": "INWX Domrobot Node.JS Client",
"author": "INWX Developer <developer@inwx.de> (https://inwx.com)",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/inwx/nodejs-client.git"
},
"keywords": [
"INWX",
"API",
"INWX-API",
"Domrobot",
"Client",
"Domrobot-Client",
"Node",
"NodeJS"
],
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"format:check": "prettier --check \"src/**/*.ts\"",
"lint": "eslint \"src/**/*.ts\"",
"prepare": "npm run build"
},
"dependencies": {
"otplib": "^12.0.1"
},
"devDependencies": {
"@types/node": "^22.2.0",
"@types/otplib": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"browserify": "^17.0.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=18"
}
}