{
  "name": "sketch-icons",
  "version": "0.1.8",
  "description": "Sketch-icons is package consisting of icons for websites",
  "main": "./dist/all.js",
  "module": "./dist/all.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "generate-icons": "fantasticon --normalize",
    "optimize": "rimraf ./main & svgo -q -p 8 -f ./assets/simple -o ./main/simple && svgo -q -p 8 -f ./assets/color -o ./main/color",
    "changeset": "changeset",
    "release": "yarn changeset publish",
    "zip": "node scripts/zip.mjs",
    "build": "yarn optimize && node scripts/build.js && yarn generate-icons && yarn zip"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/garudatechnologydevelopers/Sketches.git"
  },
  "keywords": [
    "Sketches",
    "sketch-icons",
    "icons",
    "svg",
    "react"
  ],
  "sideEffects": false,
  "author": "Rohith ND",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/garudatechnologydevelopers/Sketches/issues"
  },
  "homepage": "https://sketch-icons.netlify.app/",
  "devDependencies": {
    "@babel/core": "^7.17.5",
    "@babel/preset-react": "^7.16.7",
    "@changesets/changelog-github": "^0.4.3",
    "@changesets/cli": "^2.21.1",
    "@svgr/cli": "^5.5.0",
    "@svgr/core": "^5.5.0",
    "camelcase": "^6.3.0",
    "rimraf": "^3.0.2",
    "svgo": "^2.5.0",
    "terser": "^5.12.0"
  },
  "files": [
    "dist",
    "main"
  ],
  "dependencies": {
    "adm-zip": "^0.5.9",
    "fantasticon": "^1.2.3"
  }
}
