UNPKG

nukak-browser

Version:

flexible and efficient ORM, with declarative JSON syntax and smart type-safety

59 lines (58 loc) 1.44 kB
{ "name": "nukak-browser", "description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety", "license": "MIT", "version": "1.4.11", "type": "module", "main": "./nukak-browser.min.js", "types": "./nukak-browser.min.d.ts", "sideEffects": false, "scripts": { "copyfiles": "copyfiles -f package.json ../../README.md ../../CHANGELOG.md dist", "compile": "bunchee --dts ./src/index.ts --sourcemap -o ./dist/nukak-browser.min.js", "build": "npm run clean && npm run compile && npm run copyfiles", "clean": "rimraf dist" }, "devDependencies": { "bunchee": "^6.3.2", "concurrently": "^9.1.2", "copyfiles": "^2.4.1", "nukak": "^1.4.11", "rimraf": "^6.0.1", "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": "f47722025d0fd5e7a23b8773ac17e963636a9fbc" }