{ "name": "hello-world", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node ./dist/index.js", "build": "tsc --project tsconfig.json", "dev": "ts-node-dev src/index.tsx", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.dzeio.com/Edhueppe/Helloworld.git" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@types/errorhandler": "^1.5.0", "@types/express": "^4.17.17", "@types/express-handlebars": "^6.0.0", "errorhandler": "^1.5.1", "express": "^4.18.2", "express-handlebars": "^6.0.7", "jimp": "^0.16.2", "js-sha1": "^0.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", "reakt": "^0.0.5", "serve-static": "^1.15.0", "spark-md5": "^3.0.2" }, "devDependencies": { "@dzeio/config": "^1.1.8", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.49.0", "@typescript-eslint/parser": "^5.49.0", "eslint": "^8.33.0", "ts-node": "^10.9.1", "ts-node-dev": "^2.0.0", "typescript": "^4.9.4" } }