UNPKG

bazaar-tools

Version:

Helps to create starter kit from Bazaar template

30 lines (29 loc) 621 B
{ "name": "bazaar-tools", "version": "2.0.0", "description": "Helps to create starter kit from Bazaar template", "main": "index.js", "bin": { "bazaar": "./index.js" }, "repository": { "type": "git", "url": "https://github.com/mh-rafi/bazaar-tools" }, "keywords": [ "ecommerce", "next.js", "ecommerce template", "next.js template" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Mahmudul Hasan Rafi", "license": "ISC", "dependencies": { "commander": "^12.1.0", "fs-extra": "^11.2.0", "inquirer": "^9.2.22" } }