Files
entity/package.json
2024-11-30 19:33:26 +07:00

26 lines
570 B
JSON

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