nexorm
Version:
A powerful TypeScript ORM with advanced features.
66 lines (65 loc) • 1.28 kB
JSON
{
"name": "nexorm",
"version": "1.0.8",
"main": "./index.js",
"types": "./index.d.ts",
"bin": {
"nexorm": "./cli/index.js"
},
"homepage": "https://fivesobes.gitbook.io/nexorm",
"repository": {
"type": "git",
"url": "https://github.com/Bes-js/nexorm.git"
},
"bugs": {
"url": "https://github.com/Bes-js/nexorm/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Bes-js"
},
"scripts": {
"build": "tsc"
},
"keywords": [
"orm",
"database",
"db",
"sql",
"sqlite",
"sqlite3",
"better-sqlite3",
"postgres",
"postgresql",
"pg",
"mysql",
"tedious",
"mssql",
"maria",
"mariadb",
"nexorm",
"next",
"typeorm",
"prisma",
"sequelize"
],
"author": {
"name": "Bes-js",
"url": "https://github.com/Bes-js"
},
"license": "LGPL-3.0-or-later",
"description": "A powerful TypeScript ORM with advanced features.",
"dependencies": {
"@inquirer/prompts": "^7.2.1",
"chalk": "^4.1.2",
"commander": "^13.0.0",
"lodash": "^4.17.21",
"reflect-metadata": "^0.2.2",
"sequelize": "^6.37.5",
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/lodash": "^4.17.14",
"ts-node": "^10.9.2"
}
}