{
  "name": "react-json-templates",
  "version": "0.1.0-alpha.29",
  "description": "",
  "main": ".dist/index.js",
  "bin": {
    "rjt": ".dist/cli/index.js"
  },
  "scripts": {
    "test": "jest",
    "lint": "tsc --emitDeclarationOnly false --noEmit && ts-standard",
    "build": "yarn lint && gulp prepublish",
    "compile": "gulp compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/youedd/react-json-templates.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/youedd/react-json-templates/issues"
  },
  "homepage": "https://github.com/youedd/react-json-templates#readme",
  "devDependencies": {
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@testing-library/react": "^13.4.0",
    "@types/glob": "^8.0.0",
    "@types/jest": "^29.2.4",
    "@types/react": "^18.0.26",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "jest": "^29.3.1",
    "react": "^18.2.0",
    "ts-jest": "^29.0.3",
    "ts-standard": "^12.0.1",
    "typescript": "^4.8.4"
  },
  "peerDependencies": {
    "react": "*"
  },
  "dependencies": {
    "@babel/code-frame": "^7.18.6",
    "@babel/generator": "^7.20.4",
    "@babel/parser": "^7.20.3",
    "@babel/traverse": "^7.20.1",
    "@babel/types": "^7.20.2",
    "@types/babel__code-frame": "^7.0.3",
    "commander": "^9.4.1",
    "glob": "^8.0.3"
  }
}
