UNPKG

vendure-simplified-collections-plugin

Version:

This `vendure` plugin allows you to maintain a two way relation between products and collections. `Vendure` by default only allows you to manage relations between your inventory and collections from the side of collections only. It complements this featur

42 lines 1.08 kB
{ "name": "vendure-simplified-collections-plugin", "version": "1.3.0", "repository": "git@github.com:dalyathan/vendure-simplified-collections-plugin.git", "author": "Surafel Melese Tariku", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "vendure-plugins", "vendure-packages", "vendure", "collections", "nestjs", "typescript", "product", "graphql" ], "private": false, "files": [ "dist", "README.md" ], "engines": { "node": ">=16.0.0" }, "scripts": { "start": "yarn ts-node test/dev-server.ts", "build": "rimraf dist && tsc && copyfiles -u 1 'src/ui/**/*' dist/", "test": "vitest run" }, "devDependencies": { "@vendure/core": "^2.1.4", "@vendure/testing": "^2.1.4", "@vendure/admin-ui-plugin": "^2.1.4", "@types/node": "^14.14.31", "@vendure/ui-devkit": "^2.1.4", "ts-node": "^10.9.1", "typescript": "4.9.5", "copyfiles": "2.4.1" } }