mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
27 lines
528 B
JSON
27 lines
528 B
JSON
{
|
|
"name": "@typebot.io/config",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
},
|
|
"./*": {
|
|
"types": "./src/*.ts",
|
|
"import": "./src/*.ts",
|
|
"default": "./src/*.ts"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"effect": "4.0.0-beta.38"
|
|
},
|
|
"scripts": {},
|
|
"devDependencies": {
|
|
"@testcontainers/postgresql": "^11.13.0"
|
|
}
|
|
}
|