1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "pg-monitor",
- "version": "2.1.0",
- "description": "Event monitor for pg-promise.",
- "main": "lib/index.js",
- "typings": "typescript/pg-monitor.d.ts",
- "scripts": {
- "test": "jasmine-node test",
- "lint": "eslint ./lib ./test/*.js ./test/events"
- },
- "files": [
- "lib",
- "typescript"
- ],
- "homepage": "https://github.com/vitaly-t/pg-monitor",
- "repository": {
- "type": "git",
- "url": "https://github.com/vitaly-t/pg-monitor.git"
- },
- "bugs": {
- "url": "https://github.com/vitaly-t/pg-monitor/issues"
- },
- "keywords": [
- "pg-promise",
- "monitor",
- "node-postgres"
- ],
- "author": {
- "name": "Vitaly Tomilov",
- "email": "vitaly.tomilov@gmail.com"
- },
- "license": "MIT",
- "engines": {
- "node": ">=14"
- },
- "dependencies": {
- "cli-color": "2.0.4"
- },
- "devDependencies": {
- "eslint": "8.57.0",
- "jasmine-node": "3.0.0",
- "typescript": "5.4.4"
- }
- }
|