项目初始化

This commit is contained in:
2024-09-14 15:17:05 +08:00
commit 91d0fa3784
4 changed files with 129 additions and 0 deletions

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "ipay",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^22.5.5",
"typescript": "^5.6.2"
}
}