{
  "name": "@presenta/lib",
  "homepage": "https://lib.presenta.cc",
  "version": "1.0.26",
  "description": "Build presentations, the modern way.",
  "main": "src/index.js",
  "type": "module",
  "unpkg": "dist/presenta.min.js",
  "module": "src/index.js",
  "scripts": {
    "start": "rollup -c --watch",
    "build": "rollup -c",
    "bump": "npm run build && npm version patch && npm publish",
    "bump_old": "npm run build && git add -u && git commit -m \"bump release\" && npm version patch && git push && git push --tags && npm publish"
  },
  "keywords": [
    "presentation",
    "slides",
    "blocks",
    "modern",
    "library"
  ],
  "author": {
    "name": "Fabio Franchino",
    "email": "hello@fabiofranchino.com",
    "web": "https://www.fabiofranchino.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/presenta-software/presenta-lib.git"
  },
  "bugs": {
    "url": "https://github.com/presenta-software/presenta-lib/issues"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "globals": {
    "module": false,
    "console": false,
    "exports": false
  },
  "standard": {
    "globals": [
      "DOMParser"
    ]
  },
  "browserslist": "> 0.5%, IE 11, not dead",
  "license": "BSD-3-Clause",
  "devDependencies": {
    "@babel/core": "^7.22.10",
    "@babel/preset-env": "^7.22.10",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "autoprefixer": "^10.4.14",
    "browser-sync": "^3.0.2",
    "cssnano": "^7.0.2",
    "node-sass": "^9.0.0",
    "rollup": "^4.18.0",
    "rollup-plugin-minification": "^0.2.0",
    "rollup-plugin-polyfill-node": "^0.13.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-svg": "^2.0.0",
    "standard": "^17.1.0"
  }
}
