Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 1.32 KiB
{
  "name": "gatsby-plugin-typegen",
  "version": "0.3.0",
  "main": "index.js",
  "typings": "index.d.ts",
  "repository": "https://gitlab.chromabits.com/etcinit/gatsby-plugin-typegen.git",
  "author": "Eduardo Trujillo <ed@chromabits.com>",
  "license": "MIT",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "typescript"
  ],
  "engines": {
    "node": ">=10.0.0"
  },
  "scripts": {
    "build": "tsc --outDir . -p tsconfig.json",
    "prepare": "tsc --outDir . -p tsconfig.json"
  },
  "files": [
    "fixers.d.ts",
    "fixers.js",
    "index.js",
    "index.d.ts",
    "gatsby-node.js",
    "gatsby-node.d.ts",
    "types.js",
    "types.d.ts"
  ],
  "peerDependencies": {
    "gatsby": ">=2.0.0",
    "graphql": "14.5.8"
  },
  "dependencies": {
    "@graphql-codegen/core": "^1.7.0",
    "@graphql-codegen/typescript": "^1.7.0",
    "@graphql-codegen/typescript-operations": "^1.7.0",
    "@graphql-toolkit/code-file-loader": "^0.9.7",
    "@graphql-toolkit/core": "^0.9.7",
    "@graphql-toolkit/json-file-loader": "^0.9.7",
    "chokidar": "^3.0.2",
    "lodash.debounce": "^4.0.8"
  },
  "devDependencies": {
    "@types/chokidar": "^2.1.3",
    "@types/graphql": "^14.5.0",
    "@types/lodash.debounce": "^4.0.6",
    "@types/node": "^12.7.3",
    "gatsby": "^2.15.6",
    "tslint": "^5.20.1",
    "typescript": "^3.5.3"
  }
}