{ "name": "dss-worker", "version": "0.1.0", "description": "Design System Server (DSS) - Worker Node", "main": "dist/index.js", "type": "module", "bin": { "dss": "./dist/cli.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "cli": "tsx src/cli.ts" }, "dependencies": { "@fastify/static": "^7.0.4", "cors": "^2.8.5", "fastify": "^4.24.3", "figma-api": "^1.5.0", "fs-extra": "^11.2.0", "odiff-bin": "^3.0.1", "playwright": "^1.40.0", "style-dictionary": "^3.9.1", "zod": "^3.22.4" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/fs-extra": "^11.0.4", "@types/node": "^20.19.25", "tsx": "^4.21.0", "typescript": "^5.3.2" } }