| gio | c31bf14 | 2025-06-16 07:48:20 +0000 | [diff] [blame^] | 1 | { |
| 2 | "name": "config", |
| 3 | "version": "1.0.0", |
| 4 | "description": "", |
| 5 | "license": "ISC", |
| 6 | "author": "", |
| 7 | "type": "module", |
| 8 | "main": "dist/index.js", |
| 9 | "scripts": { |
| 10 | "build": "tsc", |
| 11 | "format": "prettier --write src/**/*.{js,ts,jsx,tsx} --list-different", |
| 12 | "format-check": "prettier --check src/**/*.{js,ts,jsx,tsx}", |
| 13 | "lint": "eslint ." |
| 14 | }, |
| 15 | "dependencies": { |
| 16 | "zod": "^3.24.4", |
| 17 | "@xyflow/react": "^12.3.3", |
| 18 | "uuid": "^11.0.2" |
| 19 | }, |
| 20 | "devDependencies": { |
| 21 | "eslint": "^9.13.0", |
| 22 | "prettier": "3.5.3", |
| 23 | "typescript": "^5.8.3", |
| 24 | "typescript-eslint": "^8.11.0" |
| 25 | }, |
| 26 | "prettier": { |
| 27 | "printWidth": 120, |
| 28 | "tabWidth": 4, |
| 29 | "useTabs": true, |
| 30 | "singleQuote": false, |
| 31 | "trailingComma": "all", |
| 32 | "arrowParens": "always" |
| 33 | } |
| 34 | } |