{
  "name": "jahmin",
  "version": "0.1.4",
  "description": "A JavaScript framework to build browser friendly Human Machine Interfaces for automation",
  "main": "dist/jahmin.js",
  "types": "src/jahmin.ts",
  "scripts": {
    "test": "web-test-runner test/*test.js --node-resolve --concurrency 1",
    "docs": "tsc && jsdoc -c docs_conf.json  -R README.md -r dist/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JS-HMI/jahmin.git"
  },
  "keywords": [
    "HMI",
    "automation",
    "gui"
  ],
  "author": "Alessandro Manfredini",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JS-HMI/jahmin/issues"
  },
  "homepage": "https://github.com/JS-HMI/jahmin#readme",
  "dependencies": {
    "html-escaper": "^3.0.0",
    "impera-js": "^0.7.8",
    "lit-element": "^2.3.1"
  },
  "devDependencies": {
    "@esm-bundle/chai": "^4.3.0",
    "@web/test-runner": "^0.12.15",
    "fetch-mock": "^9.11.0",
    "foodoc": "0.0.9",
    "ts-loader": "^6.2.2",
    "typescript": "^3.8.3"
  }
}
