hibernot
Version:
Solution for hibernation using dynamic pings to your free tier backend services
38 lines • 1.09 kB
JSON
{
"name": "hibernot",
"version": "1.0.0",
"description": "Solution for hibernation using dynamic pings to your free tier backend services",
"homepage": "https://github.com/Harsh16Bhardwaj/Hibernot#readme",
"bugs": {
"url": "https://github.com/Harsh16Bhardwaj/Hibernot/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Harsh16Bhardwaj/Hibernot.git"
},
"license": "ISC",
"author": "Harsh Bhardwaj",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"lint": "eslint src --ext .ts",
"test": "jest"
},
"keywords": ["hibernation", "keep-alive", "backend", "free-tier"],
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^22.15.18",
"@types/supertest": "^2.0.0",
"jest": "^29.0.0",
"supertest": "^6.0.0",
"ts-jest": "^29.0.0",
"typescript": "^5.8.3"
}
}