UNPKG

@knestjs/core

Version:

Knestjs search to be a Nestjs ORM in which you write the models once and only once. This is done creating migrations automatically from the models that you create.

35 lines (34 loc) 838 B
{ "name": "@knestjs/core", "version": "0.2.0-alpha", "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/Dracks/knestjs.git" }, "keywords": ["nestjs", "knexjs", "ORM", "migrations", "automigrations", "django-like"], "scripts": { "test": "jest --config jest.ts", "build": "tsc", "build:watch": "tsc --watch" }, "dependencies": { "reflect-metadata": "^0.1.13", "ts-pattern": "^4.2.1" }, "peerDependencies": { "@nestjs/common": "^9.0.0", "knex": "^2.4.2", "sqlite3": "^5.1.4" }, "devDependencies": { "@nestjs/platform-express": "^9.3.9", "@nestjs/testing": "^9.3.9", "@types/jest": "^29.4.0", "jest": "^29.4.3", "ts-jest": "^29.0.5", "ts-node": "^10.9.1", "type-fest": "^3.6.1" } }