Files
yizhi-postgres/package.json
yizhi 72e4025f89 更新项:
1. 实体的pick和omit增加对toPickData方法的支持
2. database和PostgresClient增加同一的类型IDatabase
2024-11-11 10:17:11 +08:00

22 lines
452 B
JSON

{
"name": "@yizhi/postgres",
"version": "1.0.6",
"main": "dist/index.js",
"types": "typing/index.d.ts",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"moment": "^2.30.1",
"pg": "^8.13.1",
"pinyin": "^4.0.0-alpha.2"
},
"devDependencies": {
"@types/node": "^22.8.1",
"@types/pg": "^8.11.10",
"@types/pinyin": "^2.10.2",
"typescript": "^5.6.3"
}
}