{
  "name": "@new-ui/effects",
  "version": "0.1.9",
  "description": "Layering, elevations, and effects styles",
  "source": "src/index.scss",
  "main": "dist/index.css",
  "targets": {
    "main": false
  },
  "files": [
    "dist/",
    "src/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "watch": "parcel watch",
    "build": "parcel build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/create-new-ui/foundations.git"
  },
  "author": "@planetabhi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/create-new-ui/foundations/issues"
  },
  "homepage": "https://github.com/create-new-ui/foundations#readme",
  "devDependencies": {
    "@parcel/transformer-sass": "^2.16.3",
    "autoprefixer": "^10.4.23",
    "parcel": "^2.16.3"
  }
}
