Skip to content
Snippets Groups Projects
package.json 888 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "name": "hy-design-system-demo",
      "version": "0.0.1",
      "description": "Stencil Component Starter",
      "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/hy-design-system-demo/hy-design-system-demo.js",
      "files": [
        "dist/",
        "loader/"
      ],
      "scripts": {
        "build": "stencil build --docs",
        "start": "stencil build --dev --watch --serve",
        "test": "stencil test --spec --e2e",
        "test.watch": "stencil test --spec --e2e --watchAll",
        "generate": "stencil generate"
      },
      "devDependencies": {
        "@stencil/core": "^1.8.3",
        "@types/jest": "^24.9.0"
      },
    
    Markus Kaarto's avatar
    Markus Kaarto committed
      "license": "MIT",
      "dependencies": {
        "minimist": "^1.2.0"
      }