22 lines
453 B
JSON
22 lines
453 B
JSON
{
|
|
"name": "@yizhi/postgres",
|
|
"version": "1.0.10",
|
|
"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"
|
|
}
|
|
} |