create-builderx-app
Version:
Create an Application using BuilderX framework
24 lines (23 loc) • 471 B
JSON
{
"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"
}
}