Files
figlet-http/package.json
Kevin Midboe c8f87ade58 Refactored to typescript & more consistent code
Updated how we interface with figlet and unified error handling &
response.
2022-11-02 21:14:12 +01:00

20 lines
420 B
JSON

{
"version": "1.0.0",
"scripts": {
"build": "tsc",
"start": "node lib/app.js"
},
"dependencies": {
"eslint": "^8.25.0",
"eslint-config-airbnb-base": "^15.0.0",
"express": "^4.18.2",
"figlet": "^1.5.2",
"typescript": "^4.8.4"
},
"devDependencies": {
"@types/node": "^18.11.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1"
}
}