{
  "name": "watchface-js",
  "version": "0.5.0",
  "description": "A library and tools for huami watchfaces",
  "author": "Nadeflore",
  "license": "GPL-3.0-only",
  "homepage": "https://github.com/Nadeflore/watchface-js/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nadeflore/watchface-js.git"
  },
  "bugs": {
    "url": "https://github.com/Nadeflore/watchface-js/issues"
  },
  "keywords": [
    "watch",
    "watchface"
  ],
  "exports": {
    "./previewGenerator": "./dist/watchFaceBinTools/previewGenerator.js",
    "./watchFaceBinParser": "./dist/watchFaceBinTools/watchFaceBinParser.js",
    "./binToZeppOsConverter": "./dist/watchFaceZeppOsTools/binToZeppOsConverter.js",
    "./tgaReaderWriter": "./dist/watchFaceZeppOsTools/tgaReaderWriter.js"
  },
  "bin": {
    "wfjs": "./dist/commands/index.js"
  },
  "scripts": {
    "test": "jest",
    "build": "babel src -d dist --copy-files"
  },
  "devDependencies": {
    "@babel/cli": "^7.18.6",
    "@babel/core": "^7.18.6",
    "@babel/node": "^7.18.6",
    "@babel/preset-env": "^7.18.6",
    "jest": "^28.1.2"
  },
  "dependencies": {
    "commander": "^9.4.0",
    "jszip": "^3.10.0",
    "pngjs": "^6.0.0"
  }
}
