{
  "name": "ai2html",
  "version": "0.123.4",
  "description": "A script for Adobe Illustrator that converts your Illustrator artwork into an html page.",
  "main": "./ai2html.js",
  "scripts": {
    "test": "mocha --check-leaks",
    "prepublishOnly": "./prepublish.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newsdev/ai2html.git"
  },
  "author": "Archie Tse",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/newsdev/ai2html/issues"
  },
  "devDependencies": {
    "mocha": "^10.0.0"
  },
  "homepage": "https://github.com/newsdev/ai2html#readme"
}
