♻️ Re-organize workspace folders
This commit is contained in:
29
packages/lib/package.json
Normal file
29
packages/lib/package.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "@typebot.io/lib",
|
||||
"version": "1.0.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"private": true,
|
||||
"main": "./index.ts",
|
||||
"types": "./index.ts",
|
||||
"devDependencies": {
|
||||
"@paralleldrive/cuid2": "2.2.0",
|
||||
"@playwright/test": "1.31.2",
|
||||
"@types/nodemailer": "6.4.7",
|
||||
"aws-sdk": "2.1334.0",
|
||||
"@typebot.io/prisma": "workspace:*",
|
||||
"dotenv": "16.0.3",
|
||||
"@typebot.io/schemas": "workspace:*",
|
||||
"next": "13.2.4",
|
||||
"nodemailer": "6.9.1",
|
||||
"@typebot.io/tsconfig": "workspace:*",
|
||||
"typescript": "4.9.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"aws-sdk": "2.1152.0",
|
||||
"next": "13.0.0",
|
||||
"nodemailer": "6.7.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"got": "12.6.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user