{
  "name": "@iswa/svgojs",
  "version": "1.0.2",
  "description": "International SignWriting Alphabet as Optimized SVG Package",
  "main": "index.js",
  "type": "module",
  "devDependencies": {
    "@iswa/svg": "^1.0.4",
    "@iswa/symbolkey": "^1.0.0",
    "shelljs": "^0.8.3",
    "svgo": "^1.3.2"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node --es-module-specifier-resolution=node ./index.js",
    "task:clofol": "node --es-module-specifier-resolution=node ./task/cloneFolder.js",
    "task:o1th": "node --es-module-specifier-resolution=node ./task/optimizeFirst.js",
    "task:oa": "node --es-module-specifier-resolution=node ./task/optimizeAll.js",
    "task:pidk": "node --es-module-specifier-resolution=node ./task/processIdKey.js",
    "task:genidx": "node --es-module-specifier-resolution=node ./task/generateIndex.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/itacirgabral/iswasvgojs.git"
  },
  "keywords": [
    "iswa",
    "signwriting",
    "deaf",
    "fonts",
    "svg"
  ],
  "author": "itacir gabral",
  "license": "OFL-1.1",
  "bugs": {
    "url": "https://github.com/itacirgabral/iswasvgojs/issues"
  },
  "homepage": "https://github.com/itacirgabral/iswasvgojs#readme"
}
