{
  "name": "@o-rango/o-content-placeholder",
  "version": "0.1.5",
  "description": "O-RANGO customizable component placeholder",
  "module": "dist/esm/index.js",
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "files": [
    "dist/"
  ],
  "keywords": [
    "web components",
    "components",
    "content placeholder",
    "skeleton",
    "loading",
    "loader",
    "stenciljs",
    "angular",
    "react",
    "fake loader",
    "placeholder"
  ],
  "scripts": {
    "release": "standard-version",
    "publish-component": "git push --follow-tags origin master &&  npm run publish --access public --scope=@o-rango",
    "changelog": "conventional-changelog -p  -i CHANGELOG.md -s -r 0",
    "build": "stencil build",
    "dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\" ",
    "serve": "stencil-dev-server",
    "start": "npm run dev",
    "test": "jest --no-cache --coverage",
    "test.watch": "jest --watch --no-cache"
  },
  "dependencies": {},
  "devDependencies": {
    "@stencil/core": "latest",
    "@stencil/dev-server": "latest",
    "@stencil/utils": "latest",
    "@types/jest": "22.2.2",
    "coveralls": "3.0.1",
    "jest": "22.4.3",
    "standard-version": "4.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/o-rango/o-content-placeholder.git"
  },
  "author": "Ionic Team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/o-rango/o-content-placeholder"
  },
  "homepage": "https://github.com/o-rango/o-content-placeholder",
  "jest": {
    "transform": {
      "^.+\\.(ts|tsx)$": "<rootDir>/node_modules/@stencil/core/testing/jest.preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json",
      "jsx"
    ]
  },
  "directories": {
    "doc": "docs"
  }
}
