UNPKG

@tomei/rental

Version:
81 lines (80 loc) 2.26 kB
{ "name": "@tomei/rental", "version": "0.17.4", "description": "Tomei Rental Package", "main": "dist/index.js", "scripts": { "start:dev": "tsc -w", "build": "tsc", "prepare": "husky install", "format": "prettier --write \"src/**/*.ts\"", "lint": "npx eslint . --fix", "test": "jest --forceExit --detectOpenHandles" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/tomei-package/rental.git" }, "keywords": [ "tomei", "rental" ], "author": "Tomei", "license": "ISC", "bugs": { "url": "https://gitlab.com/tomei-package/rental/issues" }, "homepage": "https://gitlab.com/tomei-package/rental#readme", "devDependencies": { "@commitlint/cli": "^19.6.0", "@commitlint/config-conventional": "^19.6.0", "@eslint/js": "^9.15.0", "@tsconfig/node18": "^18.2.4", "@types/jest": "^29.5.14", "@types/luxon": "^3.4.2", "@types/node": "^22.10.0", "@types/validator": "^13.12.2", "@typescript-eslint/eslint-plugin": "^8.16.0", "dotenv": "^16.4.5", "eslint": "^9.15.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.2.1", "globals": "^15.12.0", "husky": "^9.1.7", "jest": "^29.7.0", "jest-mock-extended": "^3.0.7", "lint-staged": "^15.2.10", "prettier": "^3.4.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsc-watch": "^6.2.1", "tsconfig-paths": "^4.2.0", "typescript": "^5.7.2", "typescript-eslint": "^8.16.0" }, "publishConfig": { "access": "public" }, "peerDependencies": { "@tomei/activity-history": "^0.4.1", "@tomei/config": "^0.3.21", "@tomei/finance": "^0.11.7-staging.12", "@tomei/general": "^0.21.7", "@tomei/sso": "^0.60.4", "@tomei/stock": "^0.18.1", "luxon": "^3.6.1", "reflect-metadata": "^0.2.2", "sequelize": "^6.37.7", "sequelize-typescript": "^2.1.6" }, "lint-staged": { "*/**/*.{js,ts,tsx}": [ "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "eslint \"{src,apps,libs,test}/**/*.ts\" --fix" ] }, "overrides": { "glob": "^9.0.0" } }