create-reblend-app
Version:
Create Reblend apps with no build configuration.
50 lines (49 loc) • 1.12 kB
JSON
{
"name": "create-reblend-app",
"version": "6.0.18",
"keywords": [
"reblend",
"reblendjs"
],
"description": "Create Reblend apps with no build configuration.",
"repository": {
"type": "git",
"url": "https://github.com/scyberLink/create-reblend-app.git",
"directory": "packages/create-reblend-app"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"bugs": {
"url": "https://github.com/scyberLink/create-reblend-app/issues"
},
"files": [
"index.js",
"createReblendApp.js"
],
"bin": {
"create-reblend-app": "./index.js"
},
"scripts": {
"test": "cross-env FORCE_COLOR=true jest"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^4.1.1",
"cross-spawn": "^7.0.3",
"envinfo": "^7.14.0",
"fs-extra": "^10.0.0",
"hyperquest": "^2.1.3",
"prompts": "^2.4.2",
"semver": "^7.3.5",
"tar-pack": "^3.4.1",
"tmp": "^0.2.1",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^27.4.3"
},
"gitHead": "f012a3f6e4b260d7ed2853b287b2f5cc0c7403d7"
}