-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 580 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 580 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "dialoqbase",
"version": "0.0.10",
"description": "Create chatbots with ease",
"scripts": {
"ui:dev": "pnpm run --filter ui dev",
"widget:dev": "pnpm run --filter widget dev",
"dev": "pnpm --stream -r run dev",
"start": "pnpm --stream -r run dev",
"db": "pnpm --stream -r run db",
"build": "pnpm --stream -r run build",
"build:ui": "pnpm run --filter ui build",
"build:widget": "pnpm run --filter widget build"
},
"keywords": [],
"author": "n4ze3m",
"license": "MIT",
"dependencies": {
"npm-run-all": "^4.1.5"
}
}