{
  "name": "maplestory-skills",
  "version": "2.0.7",
  "description": "Web components to display MapleStory skill charts.",
  "module": "dist/index.mjs",
  "main": "dist/index.js",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "stencil build && npm run build.copy && npm run build.docs",
    "build.copy": "node scripts/copy.js",
    "build.docs": "node scripts/docs.js",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watch",
    "docs": "stencil build --docs"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bodinaren/maplestory-skills.git"
  },
  "author": "Marcus Bodin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bodinaren/maplestory-skills/issues"
  },
  "homepage": "https://github.com/bodinaren/maplestory-skills",
  "devDependencies": {
    "@stencil/core": "1.0.0",
    "@types/jest": "23.3.14",
    "@types/puppeteer": "1.12.2",
    "fs-extra": "^7.0.1",
    "jest": "23.6.0",
    "jest-cli": "23.6.0",
    "puppeteer": "1.14.0",
    "stencil-constructible-style": "^1.1.3",
    "typescript": "^3.4.5"
  }
}
