@brodsolutions/bulk-order-chart
Version:
Handles the root functionality of the bulk order chart on Bigcommerce product pages
39 lines (38 loc) • 1 kB
JSON
{
"name": "@brodsolutions/bulk-order-chart",
"version": "1.2.0",
"description": "Handles the root functionality of the bulk order chart on Bigcommerce product pages",
"keywords": [
"bigcommerce",
"bulk order chart",
"products",
"add to cart"
],
"homepage": "https://github.com/BrodSolutionsDev/bigcommerce-bulk-order-chart#readme",
"bugs": {
"url": "https://github.com/BrodSolutionsDev/bigcommerce-bulk-order-chart/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrodSolutionsDev/bigcommerce-bulk-order-chart.git"
},
"license": "ISC",
"author": "Brod Solutions",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"build:watch": "tsc -w"
},
"devDependencies": {
"typescript": "^5.8.3"
},
"peerDependencies": {
"@bigcommerce/stencil-utils": "^6.x"
}
}