{
  "name": "@hpcc-js/ddl-shim",
  "version": "2.14.1",
  "description": "hpcc-js DDL parser",
  "main": "dist/index.js",
  "module": "dist/index.es6",
  "unpkg": "dist/index.min.js",
  "jsdelivr": "dist/index.min.js",
  "types": "types/index.d.ts",
  "files": [
    "bin/*",
    "dist/*",
    "src/*.css",
    "schema/*.json",
    "types/*"
  ],
  "bin": "cli.js",
  "scripts": {
    "preinstall": "echo \"\" > cli.js",
    "clean": "rimraf bin lib* types dist ./src/ddl*Schema*.ts ./schema/*.json *.tsbuildinfo",
    "compile-es6": "tsc --module es6 --outDir ./lib-es6",
    "compile-es6-watch": "npm run compile-es6 -- -w",
    "generate-v1": "ts-json-schema-generator --path tsconfig-schema.json --type DDLSchema > ./schema/v1.json",
    "generate-v2": "ts-json-schema-generator --path tsconfig-schema.json --type Schema > ./schema/v2.json",
    "generate": "run-p generate-v1 generate-v2",
    "bundle": "rollup -c",
    "bundle-watch": "npm run bundle -- --watch",
    "minimize": "terser dist/index.js -c -m --source-map -o dist/index.min.js",
    "build": "run-s generate compile-es6 bundle",
    "watch": "run-p compile-es6-watch bundle-watch",
    "stamp": "node node_modules/@hpcc-js/bundle/src/stamp.js",
    "lint": "tslint --project . src/**/*.ts",
    "docs": "typedoc --options tdoptions.json ."
  },
  "dependencies": {
    "ajv": "6.10.0"
  },
  "devDependencies": {
    "@hpcc-js/bundle": "^2.10.5",
    "@types/node": "^10",
    "ajv-cli": "3.0.0",
    "npm-run-all": "4.1.5",
    "rimraf": "2.6.3",
    "rollup": "1.20.2",
    "rollup-plugin-alias": "2.0.0",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-json": "4.0.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-postcss": "2.0.3",
    "rollup-plugin-sourcemaps": "0.4.2",
    "terser": "4.0.0",
    "ts-json-schema-generator": "0.47.0",
    "tslib": "1.10.0",
    "tslint": "5.17.0",
    "typescript": "3.6.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hpcc-systems/Visualization.git"
  },
  "author": "Gordon Smith <gordonjsmith@gmail.com>",
  "contributors": [],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/hpcc-systems/Visualization/issues"
  },
  "homepage": "https://github.com/hpcc-systems/Visualization",
  "gitHead": "90532e4914f063f90c74dbb392c074f783440017"
}
