Steel / package.json
supernovagateway's picture
Upload folder using huggingface_hub
fb38ec5 verified
{
"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"
}
}