init
This commit is contained in:
16
package.json
16
package.json
@ -1,6 +1,16 @@
|
||||
{
|
||||
"name": "userinfo2gitea",
|
||||
"version": "1.0.0",
|
||||
"description": "userinfo to gitea",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"start": "node app.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.7.4",
|
||||
"express": "^4.19.2"
|
||||
}
|
||||
"express": "^4.17.1",
|
||||
"axios": "^0.21.1",
|
||||
"winston": "^3.3.3",
|
||||
"dotenv": "^8.2.0"
|
||||
},
|
||||
"author": "Hua"
|
||||
}
|
||||
|
Reference in New Issue
Block a user