forked from steel-dev/steel-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 825 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 825 Bytes
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
30
31
32
33
34
35
36
37
{
"name": "steel-browser",
"version": "0.3.1",
"private": true,
"license": "Apache-2.0",
"author": "",
"type": "module",
"workspaces": [
"api",
"ui",
"repl"
],
"scripts": {
"build": "npm run build -w api -w ui",
"dev": "concurrently \"npm run dev -w api\" \"npm run dev -w ui\"",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@types/archiver": "^6.0.3",
"@types/turndown": "^5.0.5",
"concurrently": "^8.2.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=22"
},
"dependencies": {
"@joplin/turndown-plugin-gfm": "^1.0.62",
"@types/lodash-es": "^4.17.12",
"fastify": "^5.2.1",
"husky": "^9.1.7",
"lodash-es": "^4.17.21"
}
}