orm-project
Version:
<div align=center>
31 lines (30 loc) • 635 B
JSON
{
"name": "orm-project",
"version": "1.1.12",
"description": "",
"main": "bin/index.js",
"bin": "bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["backend", "TypeORM", "Typescript", "server", "mysql", "mariadb", "orm"],
"author": "",
"license": "ISC",
"dependencies": {
"commander": "^9.4.0",
"ejs": "^3.1.8"
},
"files":[
"lib",
"!dist"
],
"homepage": "NONE",
"repository": {
"type": "git",
"url": "https://github.com/sun980120/orm-project"
},
"bugs": {
"url": "https://NONE",
"email": "bin980120@gmail.com"
}
}