{
    "name": "@sajn/twenty-app",
    "version": "0.1.0",
    "description": "Create and track sajn e-signature documents from Twenty opportunities.",
    "type": "module",
    "license": "MIT",
    "engines": {
        "node": ">=24.5.0",
        "pnpm": ">=10",
        "twenty": ">=2.30.0"
    },
    "keywords": [
        "twenty-app",
        "sajn",
        "electronic-signature",
        "crm"
    ],
    "packageManager": "pnpm@11.3.0",
    "scripts": {
        "twenty": "twenty",
        "typecheck": "tsc --noEmit -p tsconfig.json",
        "test": "vitest run",
        "test:watch": "vitest"
    },
    "devDependencies": {
        "@types/node": "^24.7.2",
        "@types/react": "^19.0.0",
        "react": "^19.0.0",
        "react-dom": "^19.0.0",
        "twenty-client-sdk": "2.30.0",
        "twenty-sdk": "2.30.0",
        "typescript": "^5.9.3",
        "vitest": "^4.0.0"
    }
}
