vendure-plugin-related-products
Version:
Vendure Plugin which allows the store owner to add related products
38 lines (37 loc) • 1.02 kB
JSON
{
"name": "vendure-plugin-related-products",
"version": "0.1.0",
"description": "Vendure Plugin which allows the store owner to add related products",
"author": "Alessandro Glave <alessandro.glave@gmail.com>",
"repository": "https://github.com/alessandroglave/vendure-plugin-related-products",
"license": "MIT",
"keywords": ["Vendure"],
"private": false,
"engines": {
"node": ">=16.0.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"start": "yarn ts-node test/dev-server.ts",
"build": "rimraf dist && tsc",
"test": "jest --preset=\"ts-jest\""
},
"devDependencies": {
"@types/jest": "29.4.0",
"@vendure/admin-ui-plugin": "2.1.1",
"@vendure/asset-server-plugin": "2.1.1",
"@vendure/core": "2.1.1",
"@vendure/testing": "2.1.1",
"@vendure/ui-devkit": "2.1.1",
"jest": "29.4.3",
"rimraf": "^4.1.2",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.9.5"
}
}