{
  "name": "scu-components-beta",
  "version": "0.0.10",
  "description": "Summit Credit Union Design System Stencil Components",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/scu/reference/index.html",
  "watch": {
    "build:reference": {
      "patterns": [
        "src"
      ],
      "extensions": "json,tmplt.html,js,md,css,hjson",
      "quiet": false
    }
  },
  "files": [
    "dist/",
    "loader/",
    "src/"
  ],
  "scripts": {
    "build": "yarn build:stencildocs && yarn build:tokens && yarn build:stencil",
    "build:stencil": "stencil build --docs --config stencil.config.ts",
    "build:stencil:dev": "stencil build --dev --config stencil.config.ts",
    "build:tokens": "rm -rf build && node -r ../.env ./src/tokens/build.js && yarn build:stencil:dev && yarn build:reference",
    "build:reference": "node ./src/reference/build.js",
    "build:stencildocs": "stencil build --docs-json ./build/docs.json",
    "start": "concurrently \"yarn start:reference\" \"yarn start:stencil\"",
    "start:stencil": "stencil build --dev --watch --serve",
    "start:reference": "npm-watch build:reference",
    "start:reference:server": "concurrently \"http-server -a localhost -p 1235\" \"open http://localhost:1235/dist/scu/reference/\"",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "help": "stencil build --help"
  },
  "devDependencies": {
    "@stencil/core": "^1.12.2",
    "@stencil/sass": "1.3.1",
    "@types/jest": "25.2.3",
    "@types/node": "^14.6.4",
    "@types/puppeteer": "2.0.1",
    "concurrently": "^5.3.0",
    "cross-fetch": "^3.0.5",
    "dotenv": "^8.2.0",
    "jest": "26.0.1",
    "jest-cli": "26.0.1",
    "marked": "^1.1.1",
    "puppeteer": "2.1.1",
    "scu-tokenizer-beta": "^0.0",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "hjson": "^3.2.1",
    "ncp": "^2.0.0",
    "npm-watch": "^0.7.0",
    "routestate": "^0.5.4"
  },
  "license": "MIT",
  "publishConfig": {
    "@scu-dsys:registry": "https://gitlab.com/api/v4/projects/20802123/packages/npm/"
  }
}
