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

25 lines
505 B
JSON

{
"name": "icydns",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"watch": "tsc -w",
"start": "node dist/index.js"
},
"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"
}
}