|
| 1 | +{ |
| 2 | + "name": "graphile-multi-tenancy-cache", |
| 3 | + "version": "0.1.0", |
| 4 | + "author": "Constructive <developers@constructive.io>", |
| 5 | + "description": "Template-based multi-tenancy cache for PostGraphile v5 — shares instances across tenants with identical schemas", |
| 6 | + "main": "index.js", |
| 7 | + "module": "esm/index.js", |
| 8 | + "types": "index.d.ts", |
| 9 | + "homepage": "https://github.com/constructive-io/constructive", |
| 10 | + "license": "MIT", |
| 11 | + "publishConfig": { |
| 12 | + "access": "public", |
| 13 | + "directory": "dist" |
| 14 | + }, |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "https://github.com/constructive-io/constructive" |
| 18 | + }, |
| 19 | + "scripts": { |
| 20 | + "clean": "makage clean", |
| 21 | + "prepack": "npm run build", |
| 22 | + "build": "makage build", |
| 23 | + "build:dev": "makage build --dev", |
| 24 | + "lint": "eslint . --fix", |
| 25 | + "test": "jest", |
| 26 | + "test:watch": "jest --watch" |
| 27 | + }, |
| 28 | + "keywords": [ |
| 29 | + "postgraphile", |
| 30 | + "graphile", |
| 31 | + "multi-tenancy", |
| 32 | + "cache", |
| 33 | + "template", |
| 34 | + "constructive", |
| 35 | + "v5" |
| 36 | + ], |
| 37 | + "bugs": { |
| 38 | + "url": "https://github.com/constructive-io/constructive/issues" |
| 39 | + }, |
| 40 | + "dependencies": { |
| 41 | + "@pgpmjs/logger": "workspace:^", |
| 42 | + "express": "^5.2.1", |
| 43 | + "grafserv": "1.0.0", |
| 44 | + "graphile-config": "1.0.0", |
| 45 | + "pg": "^8.11.3", |
| 46 | + "pg-env": "workspace:^", |
| 47 | + "pg-introspection": "1.0.0", |
| 48 | + "pgsql-deparser": "^17.18.2", |
| 49 | + "pgsql-parser": "^17.9.14", |
| 50 | + "postgraphile": "5.0.0" |
| 51 | + }, |
| 52 | + "devDependencies": { |
| 53 | + "@types/express": "^5.0.6", |
| 54 | + "@types/pg": "^8.10.9", |
| 55 | + "makage": "^0.3.0", |
| 56 | + "ts-node": "^10.9.2" |
| 57 | + } |
| 58 | +} |
0 commit comments