31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"name": "seo-mode",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"workspaces": [
|
|
"app",
|
|
"server"
|
|
],
|
|
"scripts": {
|
|
"dev": "concurrently -n app,server -c cyan,green \"npm run dev -w app\" \"npm run dev -w server\"",
|
|
"dev:app": "npm run dev -w app",
|
|
"dev:server": "npm run dev -w server",
|
|
"build": "npm run build -w server && npm run build -w app",
|
|
"check:demand-coverage": "npm run check:demand-coverage -w server",
|
|
"check:semantic-block-runtime": "npm run check:semantic-block-runtime -w server",
|
|
"check:semantic-blocks": "npm run check:semantic-blocks -w server",
|
|
"check:source-models": "npm run check:source-models -w server",
|
|
"check:ontology-universality": "npm run check:ontology-universality -w server",
|
|
"check:context-business-value": "npm run check:context-business-value -w server",
|
|
"check:pre-wordstat": "npm run check:pre-wordstat -w server",
|
|
"check:post-wordstat": "npm run check:post-wordstat -w server",
|
|
"check:positioning-intelligence": "npm run check:positioning-intelligence -w server",
|
|
"typecheck": "npm run typecheck -w server && npm run typecheck -w app",
|
|
"db:migrate": "npm run db:migrate -w server"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^9.2.1"
|
|
}
|
|
}
|