{
  "name": "@new-ui/reset",
  "version": "0.1.2",
  "description": "SCSS, CSS reset.",
  "source": "src/index.scss",
  "main": "dist/index.css",
  "targets": {
    "main": false
  },
  "files": [
    "dist/",
    "src/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "watch": "PARCEL_WORKERS=0 parcel watch",
    "build": "PARCEL_WORKERS=0 parcel build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CreateNewUI/foundations.git"
  },
  "keywords": [
    "reset",
    "css",
    "modern"
  ],
  "author": "@planetabhi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CreateNewUI/foundations/issues"
  },
  "homepage": "https://github.com/CreateNewUI/foundations#readme",
  "devDependencies": {
    "@parcel/transformer-sass": "^2.16.4",
    "parcel": "^2.16.4"
  }
}
