{
   "bin": {
      "jsonschematic": "bin/jsonschematic.js"
   },
   "bugs": "https://github.com/yanick/jsonschematic/issues",
   "contributors": [
      {
         "email": "yanick.champoux@iinteractive.com",
         "name": "Yanick Champoux"
      },
      {
         "email": "trey.bianchini@iinteractive.com",
         "name": "Trey Bianchini"
      }
   ],
   "dependencies": {
      "compression": "1.7.4",
      "css-loader": "^3.6.0",
      "express": "^4.17.1",
      "globby": "11.0.1",
      "jsonpointer": "4.1.0",
      "lodash": "4.17.19",
      "polka": "next",
      "sirv": "1.0.1",
      "style-loader": "^1.2.1",
      "yargs": "^15.4.1"
   },
   "description": "json schema viewer",
   "devDependencies": {
      "@apidevtools/json-schema-ref-parser": "9.0.5",
      "@babel/core": "7.10.5",
      "@babel/plugin-syntax-dynamic-import": "7.8.3",
      "@babel/plugin-transform-runtime": "7.10.5",
      "@babel/preset-env": "7.10.4",
      "@babel/runtime": "7.10.5",
      "@storybook/addon-actions": "5.3.19",
      "@storybook/addon-knobs": "5.3.19",
      "@storybook/addon-notes": "5.3.19",
      "@storybook/svelte": "5.3.19",
      "@testing-library/svelte": "3.0.0",
      "babel-loader": "8.1.0",
      "eslint": "7.5.0",
      "eslint-config-prettier": "6.11.0",
      "eslint-plugin-babel": "5.3.1",
      "eslint-plugin-lodash": "^7.1.0",
      "eslint-plugin-prettier": "3.1.4",
      "eslint-plugin-svelte3": "2.7.3",
      "eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0",
      "jsdom": "^16.3.0",
      "jsdom-global": "^3.0.2",
      "lint-diff": "1.2.1",
      "mini-css-extract-plugin": "^0.9.0",
      "npm-run-all": "4.1.5",
      "prettier": "2.0.5",
      "prettier-plugin-svelte": "1.1.0",
      "require-extension-hooks": "^0.3.3",
      "require-extension-hooks-module": "^0.1.4",
      "standard-version": "8.0.2",
      "svelte": "3.24.0",
      "svelte-loader": "2.13.6",
      "svelte-test": "^0.4.0",
      "sveltejs-tippy": "3.0.0",
      "tap": "^14.10.7",
      "webpack": "^4.43.0",
      "webpack-cli": "^3.3.12",
      "webpack-dev-server": "^3.11.0"
   },
   "eslintConfig": {
      "env": {
         "amd": true,
         "browser": true,
         "es6": true,
         "node": true
      },
      "extends": [
         "prettier",
         "eslint:recommended",
         "plugin:you-dont-need-lodash-underscore/compatible",
         "plugin:lodash/recommended"
      ],
      "ignorePatterns": [
         "src/node_modules"
      ],
      "overrides": [
         {
            "files": [
               "*.svelte"
            ],
            "processor": "svelte3/svelte3"
         }
      ],
      "parserOptions": {
         "ecmaFeatures": {
            "modules": true
         },
         "ecmaVersion": "2020",
         "sourceType": "module"
      },
      "plugins": [
         "svelte3"
      ],
      "rules": {
         "lodash/prefer-lodash-method": "off"
      }
   },
   "homepage": "https://yanick.github.io/jsonschematic/",
   "keywords": [
      "json schema"
   ],
   "license": "MIT",
   "main": "src/server.js",
   "name": "@infinity-interactive/jsonschematic",
   "prettier": {
      "svelteSortOrder": "markup-scripts-styles",
      "svelteStrictMode": false
   },
   "repository": "github:yanick/jsonschematic",
   "scripts": {
      "build": "webpack",
      "build:docs": "webpack --config ./webpack.docs.config.js",
      "build:watch": "webpack --watch",
      "dev": "NODE_ENV=development webpack-dev-server",
      "dev:docs": "NODE_ENV=development webpack-dev-server --config webpack.docs.config.js",
      "lint": "npm-run-all --parallel \"lint:prettier -- {@}\" \"lint:eslint -- {@}\" --",
      "lint:eslint": "./scripts/eslint",
      "lint:eslint:fix": "npm run lint:eslint -- --fix",
      "lint:fix": "npm-run-all \"lint:eslint:fix -- {@}\" \"lint:prettier:fix -- {@}\" --",
      "lint:prettier": "./scripts/prettier",
      "lint:prettier:fix": "npm run lint:prettier -- --fix",
      "package": "./scripts/merge_package.pl",
      "promake": "./Promake",
      "release": "standard-version",
      "start": "node ./bin/jsonschematic.js --local --schema_dir examples",
      "storybook": "start-storybook",
      "test": "tap 'src/**/*test.js' --no-coverage"
   },
   "standard-version": {
      "skip": {
         "tag": true
      },
      "types": [
         {
            "section": "Bug Fixes",
            "type": "bug"
         },
         {
            "section": "Features",
            "type": "feat"
         },
         {
            "section": "Bug Fixes",
            "type": "fix"
         },
         {
            "hidden": true,
            "type": "chore"
         },
         {
            "hidden": true,
            "type": "docs"
         },
         {
            "hidden": true,
            "type": "style"
         },
         {
            "hidden": true,
            "type": "refactor"
         },
         {
            "hidden": true,
            "type": "perf"
         },
         {
            "hidden": true,
            "type": "test"
         }
      ]
   },
   "tap": {
      "coverage": false
   },
   "version": "0.0.7"
}
