mirror of
https://github.com/hexboy/maven-mirror-tool.git
synced 2026-07-09 17:28:25 +00:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "maven-mirror-tool",
|
|
"version": "1.0.0",
|
|
"main": "src/index.ts",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Hassan Yousefi",
|
|
"email": "hexboy2011@gmail.com",
|
|
"url": "https://hexboy.ir"
|
|
},
|
|
"homepage": "https://github.com/hexboy/maven-mirror-tool",
|
|
"scripts": {
|
|
"dev": "node --watch src/index.ts",
|
|
"start": "node src/index.ts",
|
|
"pm2:start": "pm2 start ecosystem.config.cjs --attach",
|
|
"pm2:logs": "pm2 logs",
|
|
"pm2:monit": "pm2 monit",
|
|
"pm2:stop": "pm2 delete mmt-server",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^5.6.2",
|
|
"express": "^5.2.1",
|
|
"got": "^15.0.6",
|
|
"js-yaml": "^5.2.0",
|
|
"morgan": "^1.11.0",
|
|
"pm2": "^7.0.1",
|
|
"proxy-agent": "^8.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/eslint__js": "^9.14.0",
|
|
"@types/express": "^5.0.6",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/morgan": "^1.9.10",
|
|
"eslint": "^10.6.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.6",
|
|
"globals": "^17.7.0",
|
|
"lefthook": "^2.1.9",
|
|
"prettier": "^3.8.5",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.62.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=24"
|
|
},
|
|
"packageManager": "yarn@4.17.0"
|
|
}
|