UNPKG

create-builderx-app

Version:
24 lines (23 loc) 471 B
{ "name": "create-builderx-app", "version": "0.0.1", "main": "index.js", "bin": "index.js", "description": "Create an Application using BuilderX framework", "scripts": { "start": "echo \"Add start script\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/builderx-framework/create-builderx-app" }, "keywords": [ "npm", "todo-app" ], "author": "Shivam Singhal", "license": "ISC", "dependencies": { "shelljs": "^0.8.5" } }