nukak-browser
Version:
flexible and efficient ORM, with declarative JSON syntax and smart type-safety
58 lines (57 loc) • 1.42 kB
JSON
{
"name": "nukak-browser",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "1.9.1",
"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 --clean false --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.8.2",
"copyfiles": "^2.4.1",
"nukak": "^1.9.1",
"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"
}