Initial project
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "url-redirector",
|
||||
"version": "0.1.0",
|
||||
"description": "用來代理常見縮網址服務以避免遭受中間人攻擊。",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Pin Lin <moneycat711@gmail.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/express": "^4.17.3",
|
||||
"@types/node": "^12.12.31",
|
||||
"express": "^4.17.1",
|
||||
"typescript": "^3.8.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user