{
  "name": "dezzle",
  "version": "1.0.9",
  "description": "Dezzle Motion UI is a lightweight motion UI components library.",
  
  "main": "dist/dezzle.min.js",  
  "module": "dist/dezzle.esm.js",
  "browser": "dist/dezzle.min.js",
  "style": "dist/dezzle.min.css",

  "files": [
    "dist"
  ],

  "scripts": {
    "build": "rollup -c",
    "test": "echo \"No tests\""
  },

  "keywords": [
    "dezzle",
    "motion-ui",
    "ui-library",
    "web-component",
    "css-effects",
    "vanilla-js",
    "animation"
  ],

  "author": "Dezzle Labs / Mr. Bank Chant",
  "license": "ISC",

  "devDependencies": {
    "@rollup/plugin-json": "^6.1.0",
    "postcss-import": "^16.1.1",
    "rollup": "^2.79.2",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2"
  }
}
