{
  "name": "@ducky/plumage-tokens",
  "version": "5.0.1",
  "description": "Design Tokens in various format for Ducky Plumage",
  "main": "dist/js/default.js",
  "module": "dist/es6/default.js",
  "types": "dist/es6/default.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "rm -rf dist && style-dictionary build --config ./src/config.js"
  },
  "devDependencies": {
    "style-dictionary": "^3.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DuckyTeam/Plumage.git"
  },
  "keywords": [
    "plumage",
    "design",
    "system",
    "ducky",
    "design tokens"
  ],
  "author": "development@ducky.eco",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DuckyTeam/Plumage/issues"
  },
  "homepage": "https://github.com/DuckyTeam/Plumage#readme"
}
