初次提交

This commit is contained in:
2024-10-30 14:31:08 +08:00
commit ebfefc2295
13 changed files with 1902 additions and 0 deletions

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "@yizhi/database",
"version": "1.0.0",
"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"
}
}