2022-12-18 14:51:47 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
2023-02-11 21:05:46 +01:00
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
2023-02-14 13:59:15 +00:00
|
|
|
],
|
|
|
|
"scripts": {
|
2023-06-15 12:28:44 +01:00
|
|
|
"build": "yarn workspace @snort/shared build && yarn workspace @snort/system build && yarn workspace @snort/app build",
|
|
|
|
"start": "yarn workspace @snort/shared build && yarn workspace @snort/system build && yarn workspace @snort/app start",
|
|
|
|
"test": "yarn workspace @snort/shared build && yarn workspace @snort/system build && yarn workspace @snort/app test && yarn workspace @snort/system test"
|
2023-03-26 12:42:13 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-18 06:58:43 +00:00
|
|
|
"@tauri-apps/cli": "^1.2.3",
|
|
|
|
"@cloudflare/workers-types": "^4.20230307.0"
|
2023-02-14 13:59:15 +00:00
|
|
|
}
|
2023-03-26 12:42:13 +01:00
|
|
|
}
|