{ "name": "entity", "version": "1.0.0", "description": "This kind of project was built to present entity table type ORM", "main": "dist/src/index.js", "types": "src/index.ts", "scripts": { "dev": "nodemon", "build": "tsc" }, "keywords": [ "BRI" ], "author": "STS", "license": "ISC", "dependencies": { "bcryptjs": "^2.4.3", "typeorm": "^0.3.24" }, "devDependencies": { "@types/bcryptjs": "^2.4.6", "@types/node": "^22.10.1", "typescript": "^5.7.2" } }