初次提交
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user