UNPKG

@graphile/simplify-inflection

Version:

Simplifies the graphile-build/graphile-build-pg inflection to trim the `ByFooIdAndBarId` from relations, etc

42 lines 968 B
{ "name": "@graphile/simplify-inflection", "version": "8.0.0-beta.8", "description": "Simplifies the graphile-build/graphile-build-pg inflection to trim the `ByFooIdAndBarId` from relations, etc", "main": "dist/index.js", "scripts": { "prepack": "tsc -b", "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/graphile/crystal.git" }, "keywords": [ "graphile", "postgraphile", "preset", "plugin", "simple", "simplify", "inflection", "inflector", "pg" ], "author": "Benjie Gillam <code@benjiegillam.com>", "license": "MIT", "bugs": { "url": "https://github.com/graphile/crystal/issues" }, "homepage": "https://github.com/graphile/crystal#readme", "files": [ "dist" ], "devDependencies": { "@types/node": "^22.16.3", "postgraphile": "^5.0.0-beta.47", "typescript": "^5.8.3" }, "publishConfig": { "access": "public" } }