@@ -19,5 +19,9 @@
},
"dependencies": {
"graphql-query-complexity": "^0.12.0"
+ },
+ "devDependencies": {
+ "@vendure/common": "^1.9.1",
+ "@vendure/core": "^1.9.1"
}
@@ -33,6 +33,7 @@ const VALID_SCOPES: string[] = [
'payments-plugin',
'testing',
'ui-devkit',
+ 'harden-plugin',
];
const mainTemplate = fs.readFileSync(path.join(__dirname, 'template.hbs'), 'utf-8');