watchtower-node-sdk
Version:
A TypeScript Node.js SDK for the Watchtower API, providing API key management, connection string generation, and more
38 lines • 936 B
JSON
{
"name": "watchtower-node-sdk",
"version": "1.1.3",
"description": "A TypeScript Node.js SDK for the Watchtower API, providing API key management, connection string generation, and more",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint . --ext .ts",
"prepare": "npm run build"
},
"keywords": [
"sdk",
"axios",
"typescript",
"node",
"watchtower",
"api",
"security"
],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1.6.7"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}