{
  "name": "cutleryjs",
  "version": "3.7.0",
  "description": "A set of useful javascript and sass tools",
  "main": "dist/js/index.min.js",
  "style": "dist/css/index.min.css",
  "update:big": "",
  "update:feature": "",
  "update:bugfix": "",
  "type": "module",
  "scripts": {
    "build": "node build",
    "pub": "npm publish",
    "update:big": "",
    "update:feature": "",
    "update:bugfix": ""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lennertderyck/cutlery.js.git"
  },
  "keywords": [
    "javascript",
    "sass",
    "tools"
  ],
  "author": "Lennert De Ryck",
  "license": "AGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/lennertderyck/cutlery.js/issues"
  },
  "homepage": "https://github.com/lennertderyck/cutlery.js#readme",
  "dependencies": {
    "minify": "^5.1.1",
    "version-incrementer": "^0.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.11.0",
    "@babel/plugin-transform-arrow-functions": "^7.10.4",
    "@babel/plugin-transform-modules-commonjs": "^7.10.4",
    "babel-preset-minify": "^0.5.1",
    "sass": "^1.26.10"
  }
}
