UNPKG

@dataplan/pg

Version:
118 lines 3.55 kB
{ "name": "@dataplan/pg", "version": "1.0.0-rc.1", "description": "PostgreSQL step classes for Grafast", "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "node": "./dist/index.js", "default": "./dist/index.js" }, "./adaptors/pg": { "types": "./dist/adaptors/pg.d.ts", "node": "./dist/adaptors/pg.js", "default": "./dist/adaptors/pg.js" }, "./pg-sql2": { "types": "./fwd/pg-sql2/index.d.ts", "node": "./fwd/pg-sql2/index.js", "default": "./fwd/pg-sql2/index.js" } }, "scripts": { "codegen": "yarn graphql-codegen -c codegen-examples-smallExample.ts", "update-schema": "ts-node ./src/examples/exampleSchema.ts", "test": "GRAPHILE_ENV=test jest", "posttest": "yarn test:exportSchema:graphql-js && yarn test:exportSchema:typeDefs", "test:exportSchema:graphql-js": "ts-node ./scripts/exportExampleSchema.ts graphql-js && node ./scripts/runExampleSchema.mjs", "test:exportSchema:typeDefs": "ts-node ./scripts/exportExampleSchema.ts typeDefs && node ./scripts/runExampleSchema.mjs", "prepack": "yarn codegen && tsc -b && cp src/.npmignore dist/.npmignore", "serve:example": "GRAPHILE_ENV=development NODE_ENV=development yarn nodemon --watch serve-example-schema.js --watch dist --watch ../grafast/dist/ -x 'node --inspect --enable-source-maps serve-example-schema.js'" }, "repository": { "type": "git", "url": "git+https://github.com/graphile/crystal.git" }, "keywords": [ "graphile", "graphql", "grafast", "postgresql", "postgres", "pg", "dataplan", "build", "extension", "graphite" ], "author": "Benjie Gillam <code@benjiegillam.com>", "license": "MIT", "bugs": { "url": "https://github.com/graphile/crystal/issues" }, "homepage": "https://grafast.org/grafast/step-library/dataplan-pg/", "dependencies": { "@dataplan/json": "^1.0.0-rc.1", "@graphile/lru": "^5.0.0-rc.1", "@types/node": "^22.16.3", "chalk": "^4.1.2", "debug": "^4.4.1", "eventemitter3": "^5.0.1", "grafast": "^1.0.0-rc.1", "pg-sql2": "^5.0.0-rc.1", "postgres-array": "~3.0.4", "postgres-range": "^1.1.4", "tslib": "^2.8.1" }, "engines": { "node": ">=14.17" }, "peerDependencies": { "@dataplan/json": "^1.0.0-rc.1", "grafast": "^1.0.0-rc.1", "graphile-config": "^1.0.0-rc.1", "graphql": "^16.9.0", "pg": "^8.7.1", "pg-sql2": "^5.0.0-rc.1" }, "peerDependenciesMeta": { "pg": { "optional": true } }, "files": [ "dist", "fwd" ], "devDependencies": { "@graphql-codegen/cli": "^5.0.7", "@mermaid-js/mermaid-cli": "^11.6.0", "@types/jest": "^30.0.0", "@types/json5": "^2.2.0", "@types/license-checker-webpack-plugin": "^0.2.5", "@types/nodemon": "3.1.1", "eventemitter3": "^5.0.1", "glob": "^11.0.3", "grafserv": "^1.0.0-rc.1", "graphile-export": "^1.0.0-rc.1", "graphql": "^16.9.0", "graphql-codegen-grafast": "^1.0.0-rc.1", "iterall": "^1.3.0", "jest": "^30.0.4", "jest-serializer-simple": "^5.0.0-rc.1", "json5": "^2.2.3", "license-checker-webpack-plugin": "^0.2.1", "nodemon": "^3.1.10", "terser-webpack-plugin": "^5.3.14", "ts-loader": "^9.5.2", "ts-node": "^10.9.2", "typescript": "^5.8.3", "webpack": "^5.100.1", "webpack-cli": "^6.0.1", "webpack-node-externals": "^3.0.0", "zx": "^8.6.2" } }