firebird-orm
Version:
Um ORM elegante e tipado para Firebird
48 lines • 1.12 kB
JSON
{
"name": "firebird-orm",
"version": "0.1.0",
"description": "Um ORM elegante e tipado para Firebird",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/dennerstorres/firebird-orm.git"
},
"bugs": {
"url": "https://github.com/dennerstorres/firebird-orm/issues"
},
"homepage": "https://github.com/dennerstorres/firebird-orm#readme",
"scripts": {
"build": "tsc",
"test": "jest",
"prepare": "npm run build",
"prepublishOnly": "npm run build"
},
"keywords": [
"firebird",
"orm",
"database",
"typescript",
"node-firebird"
],
"author": "Denner Torres",
"license": "MIT",
"dependencies": {
"node-firebird": "^1.1.5",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/jest": "^29.5.12",
"typescript": "^5.3.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.2"
},
"peerDependencies": {
"typescript": ">=4.5.0"
}
}