-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
29 lines (29 loc) · 1017 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "seqflow-root",
"version": "unpublished",
"description": "SeqFlow: A lightweight, domain-driven front-end framework designed to simplify web application development, reduce complexity, and enhance user experience with an event-driven architecture.",
"main": "index.js",
"type": "module",
"scripts": {
"build": "turbo run --concurrency 1 --log-order=stream build",
"test": "turbo run --concurrency 1 --log-order=stream test",
"biome:check": "turbo run biome:check",
"postinstall": "rm -rf node_modules/@types/react && rm -rf node_modules/.pnpm/@types+react*"
},
"keywords": [],
"homepage": "https://seqflow.dev",
"repository": "https://github.com/allevo/seqflow-js",
"bugs": "https://github.com/allevo/seqflow-js/issues",
"author": "Tommaso Allevi <[email protected]>",
"engines": {
"node": ">=20.11.1"
},
"license": "MIT",
"dependencies": {
"turbo": "^2.3.3"
},
"devDependencies": {
"execa": "^9.5.1"
},
"packageManager": "[email protected]"
}