UNPKG

@foal/typeorm

Version:

FoalTS integration of TypeORM

69 lines (68 loc) 1.51 kB
{ "name": "@foal/typeorm", "version": "5.3.0", "description": "FoalTS integration of TypeORM", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "test": "rimraf lib && tsc -p tsconfig.json && mocha \"./lib/**/*.spec.js\"", "dev:test": "mocha --require ts-node/register --watch --extension ts \"./src/**/*.spec.ts\"", "build": "rimraf lib && tsc -p tsconfig-build.json", "prepublish": "npm run build" }, "funding": { "url": "https://github.com/sponsors/LoicPoullain" }, "engines": { "node": ">=22.0.0" }, "publishConfig": { "access": "public" }, "keywords": [ "FoalTS", "foal", "postgres", "mongodb", "mysql", "sqlite", "database", "TypeORM", "ORM", "session" ], "bugs": { "url": "https://github.com/FoalTS/foal/issues" }, "repository": { "type": "git", "url": "https://github.com/FoalTS/foal" }, "homepage": "https://github.com/FoalTS", "contributors": [ "Loïc Poullain" ], "license": "MIT", "files": [ "lib/" ], "dependencies": { "@foal/core": "^5.3.0" }, "peerDependencies": { "typeorm": "^0.3.24" }, "devDependencies": { "@types/mocha": "10.0.10", "mocha": "~11.7.6", "mongodb": "~5.9.2", "mysql": "~2.18.1", "pg": "~8.22.0", "rimraf": "~6.1.3", "sqlite3": "~5.1.7", "ts-node": "~10.9.2", "typeorm": "0.3.30", "typescript": "~5.9.3" }, "gitHead": "3f9d1b95b4dd079965ebe58e24f101d6a9c884e0" }