{
  "name": "undraw-js",
  "version": "1.0.6",
  "description": "Js library for Undraw illustration",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "update": "node ./bin/update.js",
    "build": "webpack --config webpack.config.cjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BOCOVO/undraw-js.git"
  },
  "keywords": [
    "undraw",
    "ullistration",
    "js",
    "svg",
    "image"
  ],
  "author": "Juste Bocovo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BOCOVO/undraw-js/issues"
  },
  "homepage": "https://github.com/BOCOVO/undraw-js#readme",
  "devDependencies": {
    "@babel/core": "^7.18.6",
    "@babel/preset-env": "^7.18.6",
    "babel-loader": "^8.2.5",
    "cli-progress": "^3.11.1",
    "commander": "^9.3.0",
    "eslint": "^7.32.0 || ^8.2.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.25.2",
    "jest": "^28.1.2",
    "node-fetch": "^3.2.6",
    "ora": "^6.1.0",
    "webpack": "^5.70.0",
    "webpack-cli": "^4.9.2"
  },
  "dependencies": {}
}
