27 lines
927 B
JSON
27 lines
927 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "yarn workspace @snort/shared build && yarn workspace @snort/system build && yarn workspace @snort/system-web build && yarn workspace @snort/system-react build && yarn workspace @snort/app build",
|
|
"start": "yarn build && yarn workspace @snort/app start",
|
|
"test": "yarn build && yarn workspace @snort/app test && yarn workspace @snort/system test",
|
|
"pre:commit": "yarn workspace @snort/app intl-extract && yarn workspace @snort/app intl-compile && yarn prettier --write ."
|
|
},
|
|
"prettier": {
|
|
"printWidth": 120,
|
|
"bracketSameLine": true,
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "all"
|
|
},
|
|
"packageManager": "yarn@3.6.3",
|
|
"dependencies": {
|
|
"@cloudflare/workers-types": "^4.20230307.0",
|
|
"@tauri-apps/cli": "^1.2.3",
|
|
"eslint": "^8.48.0",
|
|
"prettier": "^3.0.3",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|