Spaces:
Runtime error
Runtime error
File size: 871 Bytes
fb38ec5 | 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 38 39 40 | {
"name": "steel-browser",
"version": "0.5.0",
"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"
},
"overrides": {
"tar-fs": ">=3.1.1"
}
} |