{
  "name": "@datacom-digital/endeavour",
  "version": "0.2.0",
  "description": "Datacom Component Library with Stencil",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/@datacom-digital/endeavour/datacom.esm.js",
  "scripts": {
    "build": "npm run clean && stencil build --es5",
    "dev": "npm run clean && stencil build --watch --es5",
    "docs": "stencil build --config stencil.config-docs.ts --docs",
    "lint": "concurrently npm:lint:js npm:lint:css",
    "lint:js": "eslint src",
    "lint:css": "stylelint src/**/*.css",
    "lint:js:fix": "eslint --fix src",
    "lint:css:fix": "stylelint --fix src/**/*.css",
    "test": "stencil test --spec",
    "test:e2e": "stencil test --spec --e2e",
    "start": "stencil build --dev --watch --serve",
    "clean": "rimraf dist loader www src/components.d.ts .stencil ../react/src/components/stencil-generated",
    "generate": "stencil generate"
  },
  "devDependencies": {
    "@stencil-community/postcss": "^2.2.0",
    "@stencil/react-output-target": "^0.5.3",
    "@types/jest": "^27.5.2",
    "jest": "^27.5.1",
    "jest-cli": "^27.5.1",
    "jest-config": "^29.3.0",
    "jest-dom": "^4.0.0",
    "postcss": "^8.4.21",
    "postcss-custom-media": "^9.0.1",
    "puppeteer": "^10.4.0",
    "rollup-plugin-copy": "^3.4.0"
  },
  "jest": {
    "root": "src"
  },
  "license": "MIT",
  "author": "endeavour@datacom.co.nz",
  "bugs": {
    "url": "https://github.com/Datacom-Endeavour-Design-System/endeavour/issues"
  },
  "homepage": "https://github.com/Datacom-Endeavour-Design-System/endeavour#readme",
  "nx": {
    "targets": {
      "build": {
        "outputs": [
          "{projectRoot}/dist",
          "{projectRoot}/www",
          "{projectRoot}/../react/src/components/stencil-generated"
        ]
      }
    }
  },
  "dependencies": {
    "@stencil/core": "^4.7.2"
  }
}
