nukak
Version:
flexible and efficient ORM, with declarative JSON syntax and smart type-safety
73 lines (72 loc) • 1.76 kB
JSON
{
"name": "nukak",
"homepage": "https://nukak.org",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "1.9.1",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": "./index.js",
"./dialect": "./dialect/index.js",
"./entity": "./entity/index.js",
"./querier": "./querier/index.js",
"./repository": "./repository/index.js",
"./type": "./type/index.js",
"./util": "./util/index.js"
},
"sideEffects": false,
"scripts": {
"copyfiles": "copyfiles -f package.json ../../README.md ../../CHANGELOG.md dist",
"build": "npm run clean && tsc -b tsconfig.build.json && npm run copyfiles",
"start": "tsc --watch",
"clean": "rimraf dist *.tsbuildinfo"
},
"dependencies": {
"reflect-metadata": "^0.2.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/node": "^25.0.3",
"@types/sqlstring": "^2.3.2",
"copyfiles": "^2.4.1",
"mongodb": "^7.0.0",
"rimraf": "^6.1.2",
"typescript": "~5.4.5"
},
"author": "Roger Padilla",
"repository": {
"type": "git",
"url": "https://github.com/rogerpadilla/nukak.git"
},
"bugs": {
"url": "https://github.com/rogerpadilla/nukak/issues"
},
"keywords": [
"orm",
"data-mapper",
"persistence",
"typescript-orm",
"javascript-orm",
"mariadb",
"mariadb-orm",
"mysql",
"mysql-orm",
"postgresql",
"postgresql-orm",
"sqlite",
"sqlite-orm",
"mongodb",
"mongodb-orm",
"entity",
"dao",
"transaction",
"repository",
"service"
],
"publishConfig": {
"access": "public"
},
"gitHead": "3243bae3502a1175eb354040642bc6e22d8a6be7"
}