You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
433 B
JSON
25 lines
433 B
JSON
{
|
|
"name": "auth-inner-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js",
|
|
"prod": "pm2 start index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.21.2",
|
|
"pm2": "^6.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
},
|
|
"engines": {
|
|
"node": "22.16.0"
|
|
}
|
|
}
|