17 lines
301 B
JSON
17 lines
301 B
JSON
{
|
|
"name": "userinfo2gitea",
|
|
"version": "1.0.0",
|
|
"description": "userinfo to gitea",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"axios": "^0.21.1",
|
|
"winston": "^3.3.3",
|
|
"dotenv": "^8.2.0"
|
|
},
|
|
"author": "Hua"
|
|
}
|