{
  "name": "@stencil/core",
  "version": "4.18.3",
  "license": "MIT",
  "main": "./internal/stencil-core/index.cjs",
  "module": "./internal/stencil-core/index.js",
  "types": "./internal/stencil-core/index.d.ts",
  "bin": {
    "stencil": "bin/stencil"
  },
  "files": [
    "!**/*.map",
    "!**/*.stub.ts",
    "!**/*.stub.tsx",
    "bin/",
    "cli/",
    "compiler/",
    "dev-server/",
    "internal/",
    "mock-doc/",
    "screenshot/",
    "sys/",
    "testing/"
  ],
  "scripts": {
    "build": "npm run clean && npm run tsc.prod && npm run ts scripts/index.ts -- --prod --ci",
    "build.watch": "npm run build -- --watch",
    "build.updateSelectorEngine": "npm run ts scripts/updateSelectorEngine.ts",
    "clean": "rm -rf build/ cli/ compiler/ dev-server/ internal/ mock-doc/ sys/ testing/ && npm run clean:scripts && npm run clean.screenshots",
    "clean.screenshots": "rm -rf test/end-to-end/screenshot/builds test/end-to-end/screenshot/images",
    "clean:scripts": "rm -rf scripts/build",
    "lint": "eslint 'bin/*' 'scripts/*.ts' 'scripts/**/*.ts' 'src/*.ts' 'src/**/*.ts' 'src/**/*.tsx' 'test/wdio/**/*.tsx'",
    "install.jest": "bash ./src/testing/jest/install-dependencies.sh",
    "prettier": "npm run prettier.base -- --write",
    "prettier.base": "prettier --cache \"./({bin,scripts,src,test}/**/*.{ts,tsx,js,jsx})|bin/stencil|.github/(**/)?*.(yml|yaml)|*.js\"",
    "prettier.dry-run": "npm run prettier.base -- --list-different",
    "release.ci.prepare": "npm run ts scripts/index.ts -- --release --ci-prepare",
    "release.ci": "NODE_OPTIONS=--max-old-space-size=4096 npm run ts scripts/index.ts -- --release --ci-publish",
    "spellcheck": "npm run spellcheck.code && npm run spellcheck.markdown",
    "spellcheck.code": "cspell --config cspell-code.json --no-progress \"src/**/*.ts\" \"src/**/*.tsx\" \"scripts/**/*.ts\"",
    "spellcheck.markdown": "cspell --config cspell-markdown.json --no-progress \"*.md\" \"**/*.md\"",
    "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage",
    "test.analysis": "cd test && npm run analysis.build-and-analyze",
    "test.bundlers": "cd test && npm run bundlers",
    "test.dist": "npm run ts scripts/index.ts -- --validate-build",
    "test.end-to-end": "cd test/end-to-end && npm ci && npm test && npm run test.dist",
    "test.jest": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
    "test.wdio": "cd test/wdio && npm ci && npm run test",
    "test.wdio.testOnly": "cd test/wdio && npm ci && npm run wdio",
    "test.prod": "npm run test.dist && npm run test.end-to-end && npm run test.jest && npm run test.wdio && npm run test.testing && npm run test.analysis",
    "test.testing": "node scripts/test/validate-testing.js",
    "test.docs-build": "cd test && npm run build.docs-json && npm run build.docs-readme",
    "test.watch": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --watch",
    "test.watch-all": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --watchAll --coverage",
    "tsc.prod": "tsc",
    "ts": "tsc --noEmit --project scripts/tsconfig.json && tsx"
  },
  "devDependencies": {
    "@ionic/prettier-config": "^4.0.0",
    "@rollup/plugin-commonjs": "21.1.0",
    "@rollup/plugin-json": "6.1.0",
    "@rollup/plugin-node-resolve": "9.0.0",
    "@rollup/plugin-replace": "5.0.5",
    "@rollup/pluginutils": "5.1.0",
    "@types/eslint": "^8.4.6",
    "@types/exit": "^0.1.31",
    "@types/fs-extra": "^11.0.0",
    "@types/graceful-fs": "^4.1.5",
    "@types/jest": "^27.0.3",
    "@types/listr": "^0.14.4",
    "@types/node": "^20.12.11",
    "@types/pixelmatch": "^5.2.4",
    "@types/pngjs": "^6.0.1",
    "@types/prompts": "^2.0.9",
    "@types/semver": "^7.3.12",
    "@types/ws": "^8.5.4",
    "@types/yarnpkg__lockfile": "^1.1.5",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "@yarnpkg/lockfile": "^1.1.0",
    "ansi-colors": "4.1.3",
    "autoprefixer": "10.4.19",
    "conventional-changelog-cli": "^5.0.0",
    "cspell": "^8.0.0",
    "dts-bundle-generator": "~9.5.0",
    "esbuild": "^0.21.0",
    "esbuild-plugin-replace": "^1.4.0",
    "eslint": "^8.23.1",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-jest": "^28.0.0",
    "eslint-plugin-jsdoc": "^48.0.0",
    "eslint-plugin-simple-import-sort": "^12.0.0",
    "eslint-plugin-wdio": "^8.24.12",
    "execa": "8.0.1",
    "exit": "^0.1.2",
    "fs-extra": "^11.0.0",
    "glob": "10.4.1",
    "graceful-fs": "~4.2.6",
    "jest": "^27.4.5",
    "jest-cli": "^27.4.5",
    "jest-environment-node": "^27.4.4",
    "jquery": "https://github.com/jquery/jquery/tarball/c98597eaf5e144ee5e549cb41984687cd1033068",
    "listr": "^0.14.3",
    "magic-string": "^0.30.0",
    "merge-source-map": "^1.1.0",
    "mime-db": "^1.46.0",
    "minimatch": "9.0.4",
    "node-fetch": "3.3.2",
    "open": "^9.0.0",
    "open-in-editor": "2.2.0",
    "parse5": "7.1.2",
    "pixelmatch": "5.3.0",
    "postcss": "^8.2.8",
    "prettier": "3.2.4",
    "prompts": "2.4.2",
    "puppeteer": "^21.0.0",
    "rollup": "2.56.3",
    "semver": "^7.3.7",
    "terser": "5.31.0",
    "tsx": "^4.10.3",
    "typescript": "~5.4.0",
    "webpack": "^5.75.0",
    "ws": "8.17.0"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=7.10.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ionic-team/stencil.git"
  },
  "author": "Ionic Team",
  "homepage": "https://stenciljs.com/",
  "description": "A Compiler for Web Components and Progressive Web Apps",
  "keywords": [
    "web components",
    "components",
    "stencil",
    "ionic",
    "webapp",
    "custom elements",
    "pwa",
    "progressive web app"
  ],
  "prettier": "@ionic/prettier-config",
  "volta": {
    "node": "22.2.0",
    "npm": "10.8.0"
  }
}
