{
  "name": "typed-js-wc",
  "version": "1.1.2",
  "description": "This is a web component that types. Enter in any string, and watch it type at the speed you've set, backspace what it's typed, and begin a new sentence for however many strings you've set.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "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/typedjswc/typedjswc.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"
  },
  "author": "newtonmunene99",
  "bugs": {
    "url": "https://github.com/newtonmunene99/typed-js-wc/issues"
  },
  "homepage": "https://github.com/newtonmunene99/typed-js-wc#readme",
  "dependencies": {
    "@stencil/sass": "^1.0.1",
    "typed.js": "^2.0.10"
  },
  "devDependencies": {
    "@stencil/core": "1.1.9"
  },
  "license": "MIT"
}
