{
  "name": "@ske/components",
  "version": "1.0.1",
  "description": "Sketch webcomponents library",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "unpkg": "dist/ske/ske.js",
  "collection:main": "dist/collection/index.js",
  "collection": "dist/collection/collection-manifest.json",
  "files": [
    "dist/",
    "src/global/theme"
  ],
  "private:": false,
  "scripts": {
    "start": "stencil build --dev --watch --serve",
    "build": "stencil build --prod && npm run copy:manifest && rm -rf dist/collection/assets && rm -rf dist/collection/app",
    "test": "jest --verbose",
    "test.watch": "jest --watch",
    "test.watch.verbose": "jest --watch --verbose",
    "run:server": "nodemon server.js",
    "publish:npm": "npm run build && npm run prepare-deploy && npm run npm:patch-publish",
    "npm:patch-publish": "git add --all && git commit -m 'npm:patch+publish' && npm version patch && npm publish --access public",
    "prepare-deploy": "npm run typedoc && npm run sass-es6-compile && npm run tsc:lib-es5",
    "copy:manifest": "cp -R dist/collection/collection-manifest.json src/assets/collection-manifest.json",
    "sass-es6-compile": "node-sass --source-map true src/global/theme/ -o dist/css",
    "tsc:lib-es5": "cd src/lib && tsc",
    "typedoc": "typedoc --options ./typedoc.js ./src/lib"
  },
  "dependencies": {},
  "devDependencies": {
    "@ema/core": "^0.2.35",
    "@ema/rx": "^0.2.30",
    "@stencil/core": "^1.0.4",
    "@stencil/sass": "^1.0.0",
    "@types/jest": "^21.1.1",
    "background-image-gallery": "^2.0.0",
    "bootstrap": "^4.3.1",
    "css-vars": "^2.2.0",
    "gsap": "^2.1.1",
    "jest": "^21.2.1",
    "lodash": "^4.17.11",
    "lodash.throttle": "^4.1.1",
    "node-sass": "^4.12.0",
    "nodemon": "^1.18.10",
    "reflect-metadata": "^0.1.13",
    "rxjs": "^6.4.0",
    "typedoc": "^0.11.1",
    "validate.js": "^0.12.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/stoute/components.git"
  },
  "author": "Bob Stoute",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ionic-team/stencil"
  },
  "homepage": "https://github.com/ionic-team/stencil",
  "jest": {
    "preset": "@stencil/core/testing",
    "modulePathIgnorePatterns": [
      "dist/lib"
    ],
    "setupFiles": []
  }
}
