{
    "name": "@hpcc-js/ddl-shim",
    "version": "3.5.0",
    "description": "hpcc-js DDL parser",
    "type": "module",
    "main": "./dist/index.umd.cjs",
    "module": "./dist/index.js",
    "exports": {
        ".": {
            "types": "./types/index.d.ts",
            "import": "./dist/index.js",
            "require": "./dist/index.umd.cjs"
        },
        "./dist/*": "./dist/*"
    },
    "browser": "./dist/index.umd.cjs",
    "types": "./types/index.d.ts",
    "files": [
        "dist/*",
        "src/*",
        "types/*"
    ],
    "scripts": {
        "preinstall": "echo \"\" > cli.js",
        "clean": "rimraf --glob bin lib* types types-3.4 dist ./src/ddl*Schema*.ts ./schema/*.json *.tsbuildinfo .turbo",
        "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": "vite build",
        "bundle-watch": "vite build --watch",
        "bundle-serve": "vite",
        "gen-types": "tsc --project tsconfig.json",
        "gen-types-watch": "npm run gen-types -- --watch",
        "build": "npm-run-all --serial generate --parallel gen-types bundle",
        "watch": "run-p gen-types-watch bundle-watch",
        "lint": "eslint ./src",
        "lint-fix": "eslint --fix src/**/*.ts",
        "docs": "typedoc --options tdoptions.json .",
        "coverage": "vitest run --coverage",
        "update": "npx --yes npm-check-updates -u -t minor",
        "update-major": "npx --yes npm-check-updates -u"
    },
    "dependencies": {
        "ajv": "8.20.0"
    },
    "devDependencies": {
        "@hpcc-js/vite-plugins": "^1.3.0",
        "ts-json-schema-generator": "2.9.0"
    },
    "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": "8b665b61598fb09f322859d80e30d8dda8f89e16"
}
