22 lines
431 B
JSON
22 lines
431 B
JSON
{
|
|
"name": "icy-dyndns",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"express-async-errors": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.11",
|
|
"@types/node": "^15.3.0",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|