{
  "name": "style-dictionary-example-custom-parser",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "build": "style-dictionary build --config ./sd.config.js"
  },
  "author": "",
  "license": "Apache-2.0",
  "devDependencies": {
    "style-dictionary": "^4.3.2"
  }
}