Files
TrabalhoDuplas/package.json
Fbase965 1ceffa0dea commit
2026-03-11 12:46:53 +00:00

11 lines
279 B
JSON

{
"name": "trabalho-api-workspace",
"private": true,
"scripts": {
"start": "npm --prefix angular-app run start",
"build": "npm --prefix angular-app run build",
"test": "npm --prefix angular-app run test",
"watch": "npm --prefix angular-app run watch"
}
}