UNPKG

@goboomtown/entities-nest

Version:

entities in typescript format. This includes: - CustomerDTO, CustomerLocationDTO, CasesDTO

84 lines (83 loc) 2.78 kB
{ "name": "@goboomtown/entities-nest", "version": "1.4.0", "description": "entities in typescript format. This includes:\r - CustomerDTO, CustomerLocationDTO, CasesDTO", "main": "index.js", "engines": { "node": "22.13.1", "npm": ">=10.9.2" }, "scripts": { "test": "jest --coverage", "dev-test": "jest --coverage --onlyChanged", "build": "tsc --build", "format": "echo \"Error: no test specified\" && exit 1", "lint": "eslint -f html -o eslint-report.html", "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "git add -A src", "prettier-format": "prettier --config .prettierrc **/*.ts --write", "prepare-husky": "cd .. && husky install entities/.husky", "husky-hook": "npx husky add .husky/pre-commit \"cd entities\" && npx husky add .husky/pre-commit \"npm run prettier-format\"" }, "repository": { "type": "git", "url": "git+https://github.com/goboomtown/entities-ts-nest.git", "directory": "packages/@goboomtown/entities-ts-nest" }, "keywords": [ "OvationCXM-Entities", "Entities", "entities-ts-nest" ], "author": "OvationCXM Team", "license": "ISC", "devDependencies": { "@eslint/eslintrc": "3.2.0", "@eslint/js": "9.19.0", "@nestjs/common": "10.4.15", "@nestjs/core": "10.4.15", "@nestjs/swagger": "8.1.1", "@typescript-eslint/eslint-plugin": "8.22.0", "@typescript-eslint/parser": "8.22.0", "class-transformer": "0.5.1", "class-validator": "0.14.1", "eslint": "9.19.0", "eslint-config-prettier": "10.0.1", "eslint-plugin-prettier": "5.2.3", "eslint-plugin-security": "3.0.1", "husky": "8.0.3", "jest": "29.7.0", "lint-staged": "15.4.3", "prettier": "3.4.2", "ts-jest": "29.2.5", "typescript": "5.7.3" }, "dependencies": { "@nestjs/common": "10.4.15", "@nestjs/core": "10.4.15", "@nestjs/swagger": "8.1.1", "@typescript-eslint/eslint-plugin": "8.22.0", "@typescript-eslint/parser": "8.22.0", "class-transformer": "0.5.1", "class-validator": "0.14.1", "eslint": "9.19.0", "eslint-config-prettier": "10.0.1", "eslint-plugin-prettier": "5.2.3", "eslint-plugin-security": "3.0.1", "jest": "29.7.0", "lint-staged": "15.4.3", "typescript": "5.7.3" }, "files": [ "lib/**/*" ], "bugs": {}, "directories": { "lib": "lib" }, "publishConfig": { "registry": "https://registry.npmjs.com/" } }