{
  "name": "kaier-writer",
  "version": "0.0.1",
  "description": "Modern text editor based on Writty made with StencilJS",
  "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/kaier-writer/kaier-writer.js",

  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:bipoza/kaier-writer.git"
  },
  "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.14.0"
  },
  "license": "MIT",
  "dependencies": {
    "@fortawesome/fontawesome": "^1.1.8",
    "font-awesome": "^4.7.0",
    "ionicons": "^5.0.1"
  }
}
