{
   "name": "@toba/style",
   "version": "1.15.12",
   "description": "Common Toba Styles and Assets",
   "private": false,
   "author": {
      "name": "Jason Abbott",
      "url": "http://github.com/toba"
   },
   "license": "MIT",
   "publishConfig": {
      "access": "public"
   },
   "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",
   "files": [
      "dist/"
   ],
   "scripts": {
      "build:styles": "./node_modules/.bin/stencil build",
      "build:components": "tsc",
      "prepublishOnly": "npm run build:styles",
      "test": "jest --coverage"
   },
   "devDependencies": {
      "@stencil/core": "^1.4.0",
      "@stencil/sass": "^1.0.1",
      "@toba/cli": "^1.6.3",
      "@toba/develop": "^6.6.12",
      "@types/jest": "24.0.18",
      "jest": "24.8.0",
      "jest-cli": "24.8.0"
   },
   "repository": {
      "type": "git",
      "url": "https://gitlab.com/toba-tech/style"
   },
   "dependencies": {}
}
