@foal/typeorm
Version:
FoalTS integration of TypeORM
69 lines (68 loc) • 1.5 kB
JSON
{
"name": "@foal/typeorm",
"version": "5.0.1",
"description": "FoalTS integration of TypeORM",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "mocha --require ts-node/register \"./src/**/*.spec.ts\"",
"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.0.1"
},
"peerDependencies": {
"typeorm": "^0.3.24"
},
"devDependencies": {
"@types/mocha": "10.0.10",
"mocha": "~11.5.0",
"mongodb": "~5.9.2",
"mysql": "~2.18.1",
"pg": "~8.16.0",
"rimraf": "~6.0.1",
"sqlite3": "~5.1.7",
"ts-node": "~10.9.2",
"typeorm": "0.3.24",
"typescript": "~5.5.4"
},
"gitHead": "5f11c13a8e546361616034eaaa6e8c3096b8d9a5"
}