27 lines
670 B
JSON
27 lines
670 B
JSON
{
|
|
"name": "ReRedirector",
|
|
"version": "0.1.0",
|
|
"description": "用來代理常見縮網址服務,避免遭到北科的計網中心中間人攻擊。",
|
|
"scripts": {
|
|
"dev": "ts-node src/app.ts",
|
|
"build": "tsc",
|
|
"start": "node dist/app.js"
|
|
},
|
|
"author": "Pin Lin <moneycat711@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"express": "^4.17.1",
|
|
"morgan": "^1.10.0",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cheerio": "^0.22.17",
|
|
"@types/express": "^4.17.4",
|
|
"@types/morgan": "^1.9.0",
|
|
"@types/node": "^12.12.34",
|
|
"ts-node": "^8.8.1"
|
|
}
|
|
}
|