proactive-deps
Version:
A library for managing proactive dependency checks in Node.js applications.
61 lines (60 loc) • 1.41 kB
JSON
{
"name": "proactive-deps",
"version": "1.2.2",
"description": "A library for managing proactive dependency checks in Node.js applications.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/dantheuber/proactive-deps",
"bugs": {
"url": "https://github.com/dantheuber/proactive-deps/issues"
},
"keywords": [
"proactive",
"dependencies",
"dependency-check",
"node",
"typescript",
"cache",
"cache-dependency",
"prometheus",
"monitoring",
"metrics",
"performance",
"health-check",
"health",
"health-checks",
"healthcheck",
"health-checker",
"cache-manager"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dantheuber/proactive-deps.git"
},
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"build:docs": "typedoc --out docs src/index.ts",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"author": "Daniel Essig",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.0.0",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"ts-jest": "^29.3.1",
"typedoc": "^0.28.2",
"typescript": "^5.8.3"
},
"dependencies": {
"cache-manager": "^6.4.2"
},
"files": [
"dist/**/*"
]
}