UNPKG

@itrocks/storage

Version:

Transforms model objects to and from storage systems

53 lines (52 loc) 878 B
{ "author": { "name": "Baptiste Pillot", "email": "baptiste@pillot.fr" }, "dependencies": { "@itrocks/class-type": "latest", "@itrocks/sort": "latest", "typescript": "^6.0" }, "description": "Transforms model objects to and from storage systems", "devDependencies": { "@types/node": "^24.10" }, "engines": { "node": ">=24" }, "exports": "./cjs/storage.js", "files": [ "LICENSE", "README.md", "cjs", "!*.map" ], "homepage": "https://it.rocks", "keywords": [ "access", "backend", "CRUD", "data", "entity", "it.rocks", "layer", "mapper", "mapping", "ORM", "query", "relational", "source", "storage" ], "license": "LGPL-3.0-or-later", "name": "@itrocks/storage", "repository": { "type": "git", "url": "git+https://github.com/itrocks-ts/storage.git" }, "scripts": { "build": "tsc" }, "version": "0.2.2" }