graphile-settings
Version:
graphile settings
94 lines (93 loc) • 2.74 kB
JSON
{
"name": "graphile-settings",
"version": "5.12.6",
"author": "Constructive <developers@constructive.io>",
"description": "graphile settings",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/constructive-io/constructive",
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/constructive-io/constructive"
},
"bugs": {
"url": "https://github.com/constructive-io/constructive/issues"
},
"scripts": {
"clean": "makage clean",
"prepack": "npm run build",
"build": "makage build",
"build:dev": "makage build --dev",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1052.0",
"@constructive-io/bucket-provisioner": "^0.13.1",
"@constructive-io/graphql-env": "^3.14.4",
"@constructive-io/graphql-types": "^3.13.4",
"@constructive-io/s3-streamer": "^2.27.4",
"@constructive-io/s3-utils": "^2.19.1",
"@constructive-io/upload-names": "^2.18.1",
"@dataplan/json": "1.0.0",
"@dataplan/pg": "1.0.3",
"@graphile-contrib/pg-many-to-many": "2.0.0-rc.2",
"@pgpmjs/logger": "^2.13.1",
"@pgpmjs/types": "^2.33.1",
"@pgsql/quotes": "^17.1.0",
"cors": "^2.8.6",
"express": "^5.2.1",
"grafast": "1.0.2",
"grafserv": "1.0.0",
"graphile-bucket-provisioner-plugin": "0.13.1",
"graphile-build": "5.0.2",
"graphile-build-pg": "5.0.2",
"graphile-bulk-mutations": "^0.7.6",
"graphile-config": "1.0.1",
"graphile-connection-filter": "^1.14.6",
"graphile-i18n": "^1.4.6",
"graphile-llm": "^0.16.6",
"graphile-ltree": "^1.12.6",
"graphile-pg-aggregates": "^1.8.6",
"graphile-postgis": "^2.21.6",
"graphile-presigned-url-plugin": "^0.21.1",
"graphile-realtime-subscriptions": "^0.9.1",
"graphile-search": "^1.19.6",
"graphile-upload-plugin": "^2.13.1",
"graphile-utils": "5.0.1",
"graphql": "16.13.0",
"inflekt": "^0.7.1",
"lru-cache": "^11.2.7",
"pg": "^8.21.0",
"pg-query-context": "^2.18.1",
"pg-sql2": "5.0.1",
"postgraphile": "5.0.3",
"request-ip": "^3.3.0",
"tamedevil": "0.1.1"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.6",
"@types/pg": "^8.20.0",
"@types/request-ip": "^0.0.41",
"graphile-test": "^4.19.6",
"makage": "^0.3.0",
"nodemon": "^3.1.14",
"ts-node": "^10.9.2"
},
"keywords": [
"graphile",
"settings",
"configuration",
"constructive",
"graphql"
],
"gitHead": "43b73b3014cb9388ca3218611455c7e0f202f042"
}