This repository has been archived on 2024-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
icydns/package.json
2021-05-15 11:45:12 +03:00

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"
}
}