{
    "name": "@hpcc-js/ddl-shim",
    "version": "2.19.1",
    "description": "hpcc-js DDL parser",
    "main": "dist/index.js",
    "module": "dist/index.es6",
    "unpkg": "dist/index.min.js",
    "jsdelivr": "dist/index.min.js",
    "bin": "dist/cli.js",
    "types": "types/index.d.ts",
    "typesVersions": {
        "<3.8": {
            "*": [
                "types-3.4/index.d.ts"
            ]
        }
    },
    "files": [
        "dist/*",
        "src/*",
        "schema/*.json",
        "types/*"
    ],
    "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 --tsconfig tsconfig-schema.json --type DDLSchema > ./schema/v1.json",
        "generate-v2": "ts-json-schema-generator --tsconfig 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",
        "gen-legacy-types": "downlevel-dts ./types ./types-3.4",
        "build": "run-s generate compile-es6 bundle",
        "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch",
        "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js",
        "lint": "eslint ./src",
        "docs": "typedoc --options tdoptions.json .",
        "update": "npx npm-check-updates -u -t minor"
    },
    "dependencies": {
        "ajv": "6.12.6"
    },
    "devDependencies": {
        "@hpcc-js/bundle": "^2.11.1",
        "@rollup/plugin-json": "4.1.0",
        "@types/node": "^10",
        "ajv-cli": "5.0.0",
        "rollup-plugin-add-shebang": "0.3.1",
        "ts-json-schema-generator": "0.98.0",
        "tslib": "2.3.1"
    },
    "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"
}
