Files
recommender/package.json
Jose Henrique f9c7582e4d
Some checks failed
Recommender Build and Deploy (internal) / Build Recommender Image (push) Failing after 3m48s
Recommender Build and Deploy (internal) / Deploy Recommender (internal) (push) Has been skipped
initial commit
2026-03-25 17:34:37 -03:00

21 lines
501 B
JSON

{
"name": "recommender",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "concurrently -n \"backend,frontend\" -c \"bgBlue.bold,bgCyan.bold\" \"npm run dev -w backend\" \"npm run dev -w frontend\""
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"private": "true",
"workspaces": [
"packages/*"
],
"devDependencies": {
"concurrently": "^9.2.1"
}
}