@itrocks/mysql
Version:
Transforms model objects to and from MySQL database records
64 lines (63 loc) • 1.19 kB
JSON
{
"author": {
"name": "Baptiste Pillot",
"email": "baptiste@pillot.fr"
},
"dependencies": {
"@itrocks/class-type": "latest",
"@itrocks/reflect": "latest",
"@itrocks/sort": "latest",
"@itrocks/storage": "latest",
"mariadb": "^3.4",
"typescript": "~5.9"
},
"description": "Transforms model objects to and from MySQL database records",
"devDependencies": {
"@types/node": "^24.10"
},
"engines": {
"node": ">=18"
},
"exports": {
"import": "./esm/mysql.js",
"require": "./cjs/mysql.js"
},
"files": [
"LICENSE",
"README.md",
"*/*.d.ts",
"*/*.js",
"!*/esm.*"
],
"homepage": "https://it.rocks",
"keywords": [
"access",
"backend",
"CRUD",
"data",
"entity",
"it.rocks",
"layer",
"mapper",
"mapping",
"mysql",
"ORM",
"query",
"relational",
"source",
"storage"
],
"license": "LGPL-3.0-or-later",
"name": "@itrocks/mysql",
"repository": {
"type": "git",
"url": "git+https://github.com/itrocks-ts/mysql.git"
},
"scripts": {
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json"
},
"types": "./esm/mysql.d.ts",
"version": "0.1.2"
}