MSAgent-Chat/package.json

23 lines
518 B
JSON
Raw Permalink Normal View History

2024-07-01 23:34:28 -04:00
{
"name": "msagent-chat",
"workspaces": [
"server",
2024-07-01 23:49:42 -04:00
"webapp",
"protocol",
"msagent.js/core",
"msagent.js/web"
2024-07-01 23:34:28 -04:00
],
2024-07-14 15:26:05 -04:00
"scripts": {
2024-07-17 14:12:11 -04:00
"format": "prettier --write **/*.{ts,html,scss}",
"build": "yarn workspaces foreach -p -A run build"
2024-07-14 15:26:05 -04:00
},
"packageManager": "yarn@4.2.2",
"devDependencies": {
"@parcel/packager-ts": "2.12.0",
"@parcel/transformer-sass": "2.12.0",
"@parcel/transformer-typescript-types": "2.12.0",
2024-07-14 15:26:05 -04:00
"prettier": "^3.3.3",
"typescript": ">=3.0.0"
}
2024-07-01 23:34:28 -04:00
}