{ "name": "@overbits/dss", "version": "0.1.0", "description": "Design System Server - UI Developer Companion", "type": "module", "main": "dist/index.js", "bin": { "dss": "dist/cli.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/cli.js", "postinstall": "node scripts/postinstall.js", "prepublishOnly": "npm run build" }, "keywords": [ "design-system", "figma", "tokens", "components", "ui", "developer-tools" ], "author": "Overbits", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/overbits/dss" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "commander": "^12.0.0", "chalk": "^5.3.0", "ora": "^8.0.1", "conf": "^12.0.0", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.0" }, "files": [ "dist", "python/api", "scripts", "README.md" ] }