{ "name": "typebot-js", "version": "2.2.14", "main": "dist/index.js", "unpkg": "dist/index.global.js", "license": "AGPL-3.0-or-later", "scripts": { "dev": "tsup --watch", "build": "tsup", "lint": "eslint \"src/**/*.ts*\"", "test": "pnpm jest" }, "devDependencies": { "@types/jest": "29.2.3", "tsup": "6.5.0", "eslint": "8.28.0", "eslint-config-custom": "workspace:*", "jest": "29.3.1", "jest-environment-jsdom": "29.3.1", "prettier": "2.8.0", "ts-jest": "29.0.3", "typescript": "4.9.3", "tsconfig": "workspace:*" } }