{
    "name": "q2-tecton-platform",
    "version": "1.71.0",
    "description": "This library is the \"server\" in the \"client/server\" pair of the SDK and Platform. Responsible for booting modules and responding to requests from the SDK.",
    "license": "MIT",
    "author": "Q2 Tecton Team",
    "main": "./dist/umd/q2-tecton-platform.js",
    "types": "./dist/esm/index.d.ts",
    "sideEffects": false,
    "files": [
        "dist"
    ],
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "build": "pnpm build:prod",
        "build:dev": "rm -rf dist && pnpm build:types && pnpm build:umd --mode development",
        "build:prerelease": "rm -rf dist && pnpm build:types && pnpm build:umd --mode development",
        "build:prod": "rm -rf dist && pnpm build:types && pnpm build:umd --mode production && pnpm build:schema",
        "build:schema": "ts-json-schema-generator --path src/types/input.ts --type FeatureManifestInput --tsconfig tsconfig.schema.json --no-top-ref --out dist/feature-manifest.schema.json",
        "build:types": "tsc --project tsconfig.prod.json && resolve-tspaths",
        "build:umd": "webpack",
        "build:watch": "rm -rf dist && pnpm build:types && webpack serve --mode development",
        "build:linked": "pnpm build:types && webpack serve --mode none",
        "clean": "rm -rf dist",
        "nom": "rm -rf node_modules",
        "docs": "typedoc --out docs/ src/ --module amd --target ES6",
        "lint": "eslint --config eslint.config.cli.mjs .",
        "lint:fix": "eslint --fix --config eslint.config.cli.mjs .",
        "problems": "tsc --noEmit",
        "test": "npx playwright test",
        "test:coverage": "rm -rf .nyc_output && COVERAGE=true npx playwright test && nyc report",
        "coverage:report": "nyc report",
        "test:dev": "playwright test --ui"
    },
    "devDependencies": {
        "babel-plugin-istanbul": "^7.0.0",
        "copy-webpack-plugin": "^14.0.0",
        "dry-suite": "1.71.0",
        "maybe-not": "~1.3.3",
        "nyc": "^17.0.0",
        "q2-tecton-common": "1.71.0",
        "resolve-tspaths": "0.8.23",
        "ts-json-schema-generator": "^2.9.0",
        "webpack-bundle-analyzer": "5.3.0",
        "webpack-dev-server": "5.2.3"
    },
    "packageManager": "pnpm@10.27.0",
    "gitHead": "71a344c4d6495bf70c23db0f492f2717e63bda91"
}
