{
  "name": "@new-ui/spacings",
  "version": "0.1.8",
  "description": "Spacing blocks",
  "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"
  },
  "keywords": [
    "spacings",
    "spacing-blocks",
    "themes",
    "tokens",
    "tokens-translation",
    "design-tokens",
    "design-system"
  ],
  "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-css": "^2.16.3",
    "@parcel/transformer-sass": "^2.16.3",
    "autoprefixer": "^10.4.23",
    "parcel": "^2.16.3"
  }
}
