File: //opt/chatbot-sdk/package.json
{
"private": true,
"scripts": {
"build": "turbo build",
"changeset": "changeset",
"clean": "turbo clean",
"dev": "HOST=0.0.0.0 turbo dev --no-cache --concurrency 16 --continue",
"lint": "turbo lint",
"prepare": "husky install",
"prettier-check": "prettier --check \"**/*.{js,ts,tsx,md,mdx}\"",
"type-check": "turbo type-check",
"prettier-fix": "prettier --write \"**/*.{js,ts,tsx,md,mdx}\"",
"publint": "turbo publint",
"test": "turbo test",
"ci:release": "turbo clean && turbo build && changeset publish",
"ci:version": "changeset version && node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile",
"clean-examples": "node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile",
"check-docs-links": "node ./check-docs-links.js"
},
"lint-staged": {
"*": [
"prettier --ignore-unknown --write"
]
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@openassistantgpt__assistant": "link:@types/@openassistantgpt__assistant",
"@openassistantgpt__react": "link:@types/@openassistantgpt__react",
"@openassistantgpt__ui": "link:@types/@openassistantgpt__ui",
"@playwright/test": "^1.48.2",
"chalk": "^5.3.0",
"eslint": "^8.57.1",
"eslint-config-openassistantgpt": "workspace:*",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"next": "14.2.15",
"playwright": "^1.48.2",
"prettier": "2.8.8",
"publint": "0.2.9",
"react": "16.14.0",
"react-dom": "16.14.0",
"turbo": "^2.2.3",
"vitest": "1.6.0"
},
"homepage": "https://openassistantgpt.io",
"repository": {
"type": "git",
"url": "git+https://github.com/OpenAssistantGPT/OpenAssistantGPT-SDK.git"
},
"license": "Apache License",
"bugs": {
"url": "https://github.com/OpenAssistantGPT/OpenAssistantGPT-SDK/issues"
},
"keywords": [
"ai"
],
"packageManager": "pnpm@8.6.9",
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "all"
},
"name": "openassistantgpt-sdk",
"dependencies": {
"@eslint/config-array": "^0.19.1",
"@eslint/object-schema": "^2.1.5",
"@typescript-eslint/parser": "7.2.0",
"core-js": "^3",
"glob": "9",
"lru-cache": "^11.0.2",
"openassistantgpt": "workspace:^",
"rimraf": "4",
"svelte": "^4.2.19"
}
}