NeahOpti/node_modules/postgres-date/package.json
2025-04-22 12:49:37 +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"
]
}