socketcomputer/package.json
2024-04-02 07:43:54 -04:00

23 lines
525 B
JSON

{
"name": "socketcomputer-repo",
"private": "true",
"workspaces": [
"shared",
"backend",
"qemu",
"webapp"
],
"scripts": {
"build:frontend": "npm -w shared run build && npm -w webapp run build",
"build:service": "npm -w shared run build && npm -w qemu run build && npm -w backend run build"
},
"dependencies": {
"canvas": "^2.11.2"
},
"devDependencies": {
"@types/node": "^20.12.2",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
}
}