{
  "name": "shapeshifter",
  "version": "7.5.2",
  "description": "Generate relational schemas, PropTypes, Flow aliases, and TypeScript interfaces from JSON, JS, or GraphQL schematic files.",
  "keywords": [
    "generate",
    "schema",
    "schematic",
    "react",
    "prop",
    "prop-types",
    "flow",
    "typescript",
    "type",
    "alias",
    "definitions",
    "interface",
    "struct",
    "shape",
    "shift",
    "shifter",
    "transpile",
    "entity",
    "graphql"
  ],
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "module": "./esm/index.js",
  "bin": "./bin/shapeshifter.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/milesj/shapeshifter/tree/master/packages/core",
  "license": "MIT",
  "dependencies": {
    "optimal": "^4.2.0",
    "yargs": "^16.1.0"
  },
  "devDependencies": {
    "@types/yargs": "^15.0.9",
    "flow-bin": "^0.137.0",
    "typescript": "^4.0.5"
  },
  "funding": {
    "type": "ko-fi",
    "url": "https://ko-fi.com/milesjohnson"
  },
  "gitHead": "81665b99c9feb3540a54e9e0e19cc9f2f00a9f28"
}
