{
  "name": "figma-styles-to-ts",
  "version": "1.8.0",
  "description": "Generate typescript files with colors, fonts and shadows from figma styles. Generate icons and images from figma file.",
  "author": {
    "name": "Thomas Michel",
    "email": "thomas.michel@live.be"
  },
  "main": "built/main.js",
  "scripts": {
    "start": "npm run build && node ./built/main.js",
    "build": "tsc",
    "release": "npm run build && release-it"
  },
  "bin": {
    "figma-styles-to-ts": "/built/main.js",
    "figma-styles-reset": "/built/reset.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mwa22/figma-styles-to-ts.git"
  },
  "keywords": [
    "figma",
    "figma-api",
    "ts",
    "typescript",
    "styles",
    "generate",
    "code-generation",
    "fetch",
    "data fetching",
    "icon",
    "color"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Mwa22/figma-styles-to-ts/issues"
  },
  "homepage": "https://github.com/Mwa22/figma-styles-to-ts#readme",
  "dependencies": {
    "axios": "^0.21.4",
    "nconf": "^0.11.3"
  },
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/node": "^16.10.1",
    "release-it": "^14.11.6",
    "typescript": "^4.4.3"
  }
}
