nexorm
Version:
A powerful TypeScript ORM with advanced features.
76 lines (75 loc) • 1.51 kB
JSON
{
"name": "nexorm",
"version": "2.0.5",
"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"
},
"readme": "./README.md",
"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",
"data",
"typescript",
"ts",
"cli"
],
"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",
"glob": "^10.3.10",
"lodash": "^4.17.21",
"node-schedule": "^2.1.1",
"reflect-metadata": "^0.2.2",
"sequelize": "^6.37.7",
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/lodash": "^4.17.14",
"@types/node": "^22.13.10",
"@types/node-schedule": "^2.1.7",
"@types/ws": "^8.18.0",
"ts-node": "^10.9.2"
}
}