mirror of
https://github.com/hexboy/maven-mirror-tool.git
synced 2025-04-10 08:49:10 +00:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "maven-mirror-tool",
|
|
"version": "1.0.0",
|
|
"main": "src/index.ts",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Hassan Yousefi",
|
|
"email": "hexboy2011@gmail.com",
|
|
"url": "https://hexboy.ir"
|
|
},
|
|
"homepage": "https://github.com/hexboy/maven-mirror-tool",
|
|
"scripts": {
|
|
"start": "pm2 start --attach",
|
|
"logs": "pm2 logs",
|
|
"monit": "pm2 monit",
|
|
"stop": "pm2 delete mmt-server",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^5.3.0",
|
|
"express": "^4.19.2",
|
|
"got": "^14.4.2",
|
|
"js-yaml": "^4.1.0",
|
|
"morgan": "^1.10.0",
|
|
"pm2": "^5.4.2",
|
|
"proxy-agent": "^6.4.0",
|
|
"tsx": "^4.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.9.1",
|
|
"@types/eslint__js": "^8.42.3",
|
|
"@types/express": "^4.17.21",
|
|
"@types/got": "^9.6.12",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/morgan": "^1.9.9",
|
|
"eslint": "^9.9.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"globals": "^15.9.0",
|
|
"lefthook": "^1.7.14",
|
|
"prettier": "^3.3.3",
|
|
"typescript": "^5.5.4",
|
|
"typescript-eslint": "^8.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"packageManager": "yarn@4.4.1"
|
|
}
|