{
  "name": "@mpastor-stratio/medea",
  "version": "0.0.0-beta.9",
  "description": "Open source UI library about Web Components built under Stencil technology.",
  "module": "dist/esm/index.js",
  "main": "dist/index.js",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "stencil build",
    "start": "stencil build --dev --watch --serve",
    "test": "jest",
    "test.watch": "jest --watch",
    "prepublishOnly": "rm -rf .stencil/ dist/ www/ && npm install && npm run build"
  },
  "dependencies": {},
  "devDependencies": {
    "@stencil/core": "^0.13.2",
    "@stencil/sass": "^0.1.1",
    "@types/jest": "^23.3.2",
    "jest": "^23.6.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mpastor-stratio/medea.git"
  },
  "author": "Stratio Front Team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mpastor-stratio/medea/issues"
  },
  "homepage": "https://github.com/mpastor-stratio/medea",
  "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"
    ]
  }
}
