UNPKG

274 BJSONView Raw
1{
2 "$schema": "@angular-devkit/architect/src/builders-schema.json",
3 "builders": {
4 "deploy": {
5 "implementation": "./schematics/deploy/builder",
6 "schema": "./schematics/deploy/schema.json",
7 "description": "Deploy builder"
8 }
9 }
10 }
\No newline at end of file