project init

This commit is contained in:
2023-01-04 21:06:34 +08:00
parent 5b0e3d2583
commit abc4f65a8e
10 changed files with 391 additions and 2 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "quinn-accounts",
"version": "1.0.0",
"description": "奎因清单",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jiuzheyangyuan/quinn-accounts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jiuzheyangyuan/quinn-accounts/issues"
},
"homepage": "https://github.com/jiuzheyangyuan/quinn-accounts#readme",
"dependencies": {
"tdesign-miniprogram": "^0.33.0"
}
}