{
  "name": "protean-elements",
  "version": "0.5.0",
  "description": "Protean Studio Elements",
  "main": "./dist/protean-elements/protean-elements.esm.js",
  "module": "./dist/protean-elements/protean-elements.esm.js",
  "es2015": "./dist/protean-elements/protean-elements.esm.js",
  "es2017": "./dist/protean-elements/protean-elements.esm.js",
  "types": "./dist/types/components.d.ts",
  "unpkg": "./dist/protean-elements/protean-elements.esm.js",
  "license": "MIT",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test:dev": "stencil test --spec --e2e --watch",
    "generate": "stencil generate",
    "format": "prettier --check 'src'",
    "format:fix": "prettier --write 'src'",
    "lint": "eslint src/",
    "lint:fix": "eslint --fix src/"
  },
  "devDependencies": {
    "@stencil/core": "4.0.1",
    "@types/jest": "^27.0.3",
    "@types/node": "^18.11.18",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.44.0",
    "jest": "^27.4.5",
    "jest-cli": "^27.4.5",
    "prettier": "^3.0.0",
    "puppeteer": "^20.8.0",
    "typescript": "^5.1.6"
  }
}