| { |
| "name": "config", |
| "version": "1.0.0", |
| "description": "", |
| "license": "ISC", |
| "author": "", |
| "type": "module", |
| "main": "dist/index.js", |
| "scripts": { |
| "build": "tsc", |
| "format": "prettier --write src/**/*.{js,ts,jsx,tsx} --list-different", |
| "format-check": "prettier --check src/**/*.{js,ts,jsx,tsx}", |
| "lint": "eslint .", |
| "test": "jest" |
| }, |
| "dependencies": { |
| "@xyflow/react": "^12.3.3", |
| "uuid": "^11.0.2", |
| "zod": "^3.24.4" |
| }, |
| "devDependencies": { |
| "@types/jest": "^30.0.0", |
| "eslint": "^9.13.0", |
| "jest": "^29.7.0", |
| "prettier": "3.5.3", |
| "ts-jest": "^29.4.0", |
| "typescript": "^5.8.3", |
| "typescript-eslint": "^8.11.0" |
| }, |
| "prettier": { |
| "printWidth": 120, |
| "tabWidth": 4, |
| "useTabs": true, |
| "singleQuote": false, |
| "trailingComma": "all", |
| "arrowParens": "always" |
| } |
| } |