{
  "name": "figma-plugin-ds",
  "devDependencies": {
    "autoprefixer": "^9.7.6",
    "gulp": "^4.0.2",
    "gulp-concat": "^2.6.1",
    "gulp-css-svg": "^1.3.1",
    "gulp-postcss": "^8.0.0",
    "gulp-prettier": "^3.0.0",
    "gulp-sass": "^4.1.0"
  },
  "dependencies": {},
  "scripts": {
    "dev": "gulp",
    "build": "gulp --production"
  },
  "description": "A UI library with CSS and vanilla JS that match the Figma UI for building plugins.",
  "version": "1.0.1",
  "main": "index.js",
  "style": "dist/figma-plugin-ds.css",
  "repository": {
    "type": "git",
    "url": "https://github.com/thomas-lowry/figma-plugin-ds.git"
  },
  "keywords": [
    "figma",
    "plugin",
    "ui",
    "vanilla",
    "css",
    "ui-library",
    "design-system"
  ],
  "author": "Thomas Lowry",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/thomas-lowry/figma-plugin-ds/issues"
  },
  "homepage": "https://github.com/thomas-lowry/figma-plugin-ds#readme"
}
