{
	"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
	"schematics": {
		"ng-add": {
			"description": "Adds @swirl/admin to this project",
			"factory": "./schematics/ng-add#NgAddSchematicFactory"
		},
		"endpoint": {
			"description": "Creates a new API endpoint",
			"factory": "./schematics/endpoint#EndpointSchematicFactory",
			"schema": "./schematics/schemas/endpoint-schema.json"
		}
	}
}