UNPKG

438 BJSONView Raw
1{
2 "schematics": {
3 "blank": {
4 "factory": "./blank/factory",
5 "schema": "./blank/schema.json",
6 "description": "Create an empty schematic project or add a blank schematic to the current project."
7 },
8 "schematic": {
9 "factory": "./schematic/factory",
10 "schema": "./schematic/schema.json",
11 "description": "Create a Schematic template which can be built and published directly to NPM."
12 }
13 }
14}