@cran/gql.reflect
Version:
Cranberry Introspection Utilities for GraphQL
70 lines (69 loc) • 1.51 kB
JSON
{
"name": "@cran/gql.reflect",
"version": "0.1.0",
"description": "Cranberry Introspection Utilities for GraphQL",
"main": "cjs/index.js",
"module": "mjs/index.js",
"typings": "cjs/index.d.ts",
"files": [
"cjs",
"mjs",
"out",
"sql",
"lib",
"vue",
"css"
],
"scripts": {
"clean": "rm -rf cjs mjs",
"pretest": "pnpm install && npm run clean",
"test": "eslint .",
"prebuild": "pnpm install && npm run test",
"build:cjs": "tsc -d",
"build:mjs": "tsc --outDir mjs --module ESNext",
"build": "concurrently npm:build:cjs npm:build:mjs",
"predocument": "pnpm install && npm run clean",
"document": "typedoc",
"prepublishOnly": "npm run build"
},
"keywords": [
"Cran",
"GraphQL",
"Introspection",
"Reflect"
],
"author": "Cranberry",
"license": "CC-BY-ND-4.0",
"eslintConfig": {
"root": true,
"extends": [
"plugin:@cran/node"
],
"ignorePatterns": [
"cjs",
"mjs",
"out",
"public"
],
"rules": {
"@typescript-eslint/naming-convention": 0
}
},
"devDependencies": {
"@cran/eslint-plugin": "^0.5.2",
"@cran/tsconfig": "^0.1.2",
"@types/node": "^16.11.11",
"concurrently": "^6.4.0",
"eslint": "^8.4.0",
"graphql": ">=16.1.0 <17",
"tslib": "^2.3.1",
"typedoc": "^0.22.10",
"typescript": "^4.5.2"
},
"peerDependencies": {
"graphql": ">=16.1.0 <17"
},
"dependencies": {
"title-case": "^3.0.3"
}
}