{
  "name": "@sutton-signwriting/sgnw-components",
  "description": "a javascript package of web components for use with the SignWriting script.",
  "version": "1.1.0",
  "keywords": [
    "SignWriting",
    "sign language",
    "web components",
    "symbols",
    "signs",
    "vertical text",
    "ASCII",
    "Unicode"
  ],
  "homepage": "https://www.sutton-signwriting.io/sgnw-components/",
  "repository": {
    "type": "git",
    "url": "https://github.com/sutton-signwriting/sgnw-components.git"
  },
  "bugs": "https://github.com/sutton-signwriting/sgnw-components/issues",
  "license": "MIT",
  "author": {
    "name": "Steve Slevinski",
    "email": "slevinski@signwriting.org",
    "url": "https://SteveSlevinski.me"
  },
  "funding": [
    {
      "type" : "patreon",
      "url" : "https://www.patreon.com/signwriting"
    },
    "https://donate.sutton-signwriting.io"
  ],
  "type": "module",
  "customElements": "dist/custom-elements.json",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/sgnw-components/sgnw-components.esm.js",
  "files": [
    "dist/",
    "loader/",
    "LICENSE",
    "package.json",
    "README.md",
    "USAGE.md",
    "SGNW-COMPONENTS.md",
    "FSW-COMPONENTS.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "clean": "rimraf src/docs docs/* loader/* dist/types dist/collection dist/custom-elements* dist/esm dist/sgnw-components dist/cjs dist/index*",
    "analyze": "cem analyze --stencil --globs 'src/components/*/*.tsx' --outdir dist",
    "postanalyze": "node tools/docs-manifest.js",
    "docs": "node tools/docs-create.js",
    "prebuild": "npm run clean && npm run analyze && npm run docs",
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "server": "cd docs && npx http-server"
  },
  "devDependencies": {
    "@babel/core": "^7.18.2",
    "@custom-elements-manifest/analyzer": "^0.6.3",
    "@custom-elements-manifest/to-markdown": "^0.1.0",
    "@stencil/core": "^2.17.0",
    "@types/node": "^16.11.38",
    "babel-loader": "^8.2.5",
    "markdown-to-html-cli": "^3.4.12",
    "rimraf": "^3.0.2"
  },
  "dependencies": {
    "@sutton-signwriting/core": "^1.5.4",
    "@sutton-signwriting/font-ttf": "^1.4.2",
    "@types/draggabilly": "^2.1.3",
    "draggabilly": "^3.0.0"
  }
}
