2
0
Files
bot/packages/react/package.json

31 lines
678 B
JSON
Raw Normal View History

{
"name": "@typebot.io/react",
"version": "1.0.0",
"description": "",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "pnpm tsc --noEmit && tsup",
"dev": "tsup --watch",
"lint": "eslint --fix \"src/**/*.ts*\""
},
"keywords": [],
"author": "Baptiste Arnaud",
"license": "ISC",
"dependencies": {
"@typebot.io/js": "workspace:*"
},
"devDependencies": {
"@types/react": "18.0.26",
"eslint": "^8.31.0",
"eslint-config-custom": "workspace:*",
"react": "18.2.0",
"tsconfig": "workspace:*",
"tsup": "6.5.0",
"typescript": "^4.9.4"
},
"peerDependencies": {
"react": "18.0.0"
}
}