Files
e-tib.com/node_modules/.pnpm/postgres-date@2.1.0/node_modules/postgres-date/package.json
Marc Mintel d14122005d Initial commit: E-TIB production hardening & E2E foundation
Former-commit-id: ef04fca3d76375630c05aac117bf586953f3b657
2026-04-28 19:11:38 +02:00

36 lines
650 B
JSON

{
"name": "postgres-date",
"main": "index.js",
"version": "2.1.0",
"description": "Postgres date column parser",
"license": "MIT",
"repository": "bendrucker/postgres-date",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"engines": {
"node": ">=12"
},
"scripts": {
"test": "standard && tape test.js && tsd"
},
"keywords": [
"postgres",
"date",
"parser"
],
"dependencies": {},
"devDependencies": {
"standard": "^16.0.0",
"tape": "^5.0.0",
"tsd": "^0.19.0"
},
"files": [
"index.js",
"index.d.ts",
"readme.md"
]
}