-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 685 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "ck-join-flow",
"version": "2.0.0",
"private": true,
"main": "index.js",
"scripts": {
"postinstall": "npm run composer && npm --prefix packages/join-flow ci",
"composer": "cd packages/join-block && composer install",
"frontend": "npm --prefix packages/join-flow start",
"start": "docker-compose up -d && npm --prefix packages/join-flow start",
"build": "npm --prefix packages/join-flow run build",
"dist": "npm run build && scripts/package.sh",
"deploy": "npm run build && sh scripts/deploy.sh",
"prettier": "prettier --write packages/join-flow"
},
"devDependencies": {
"prettier": "^2.1.1",
"typescript": "^5.9.3"
}
}