{ "name": "@cubetiq/express-server", "version": "1.0.0", "description": "CUBETIQ Express Server", "main": "dist/index.js", "scripts": { "start": "ts-node-dev --respawn --transpile-only src/index.ts", "build": "rm -rf dist && tsc", "prepare": "husky install" }, "repository": { "type": "git", "url": "https://git.cubetiqs.com/CUBETIQ/cubetiq-express-server.git" }, "keywords": [ "TypeScript", "Nodejs", "Express" ], "author": "Sambo Chea ", "license": "ISC", "devDependencies": { "@types/express": "^4.17.13", "@types/node": "^17.0.0", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.1.0", "eslint": "^8.0.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prefer-arrow": "^1.2.3", "husky": "^7.0.2", "lint-staged": "^12.1.2", "prettier": "2.5.1", "ts-node-dev": "^1.1.8", "typescript": "^4.4.2", "reflect-metadata": "^0.1.13" }, "dependencies": { "express": "^4.17.1" }, "lint-staged": { "**/*": "prettier --write --ignore-unknown" } }