UNPKG

@netlify/framework-info

Version:
22 lines (21 loc) 443 B
{ "id": "angular", "name": "Angular", "category": "frontend_framework", "detect": { "npmDependencies": ["@angular/cli"], "excludedNpmDependencies": [], "configFiles": ["angular.json"] }, "dev": { "command": "ng serve", "port": 4200, "pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }] }, "build": { "command": "ng build --prod", "directory": "dist/" }, "env": {}, "plugins": [] }