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
Raw Normal View History

2021-05-15 08:45:12 +00:00
{
2021-05-15 17:33:29 +00:00
"name": "icydns",
2021-05-15 08:45:12 +00:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2021-05-15 17:33:29 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"watch": "tsc -w",
2021-05-16 09:55:56 +00:00
"start": "node dist/index.js"
2021-05-15 08:45:12 +00:00
},
"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"
}
}