socketcomputer/package.json

29 lines
809 B
JSON
Raw Normal View History

2024-04-02 07:43:54 -04:00
{
"name": "socketcomputer-repo",
"workspaces": [
"shared",
2024-07-24 04:47:12 -04:00
"jpeg-rs",
2024-04-02 07:43:54 -04:00
"backend",
"webapp"
],
"scripts": {
2024-07-24 04:22:31 -04:00
"build": "yarn build:service && yarn build:frontend",
"build:service": "npm -w shared run build && npm -w backend run build",
"build:frontend": "npm -w shared run build && npm -w webapp run build"
},
"dependencies": {
2024-07-24 04:22:31 -04:00
"pino": "^9.3.1"
2024-04-02 07:43:54 -04:00
},
"devDependencies": {
"@parcel/packager-ts": "2.12.0",
2024-07-24 04:22:31 -04:00
"@parcel/transformer-sass": "^2.12.0",
"@parcel/transformer-typescript-types": "2.12.0",
2024-04-02 07:43:54 -04:00
"@types/node": "^20.12.2",
2024-07-24 04:22:31 -04:00
"parcel": "^2.12.0",
2024-04-02 07:43:54 -04:00
"prettier": "^3.2.5",
"stream-http": "^3.1.0",
2024-04-02 07:43:54 -04:00
"typescript": "^5.4.3"
2024-07-24 04:22:31 -04:00
},
"packageManager": "yarn@4.3.1"
2024-04-02 07:43:54 -04:00
}