mirror of
https://github.com/Qortal/create-qortal-app.git
synced 2026-04-28 10:39:32 +00:00
24 lines
546 B
JSON
24 lines
546 B
JSON
{
|
|
"name": "create-qortal-app",
|
|
"version": "0.0.1",
|
|
"description": "CLI tool to create a Qortal App",
|
|
"bin": {
|
|
"create-qortal-app": "./index.js",
|
|
"create-qapp": "./index.js"
|
|
},
|
|
"preferGlobal": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"commander": "^13.1.0",
|
|
"degit": "^2.8.4",
|
|
"inquirer": "^12.4.3",
|
|
"node-fetch": "^3.3.2"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"keywords": ["qortal", "qapp", "create-qapp", "create-qortal-app", "qapps", "cli"],
|
|
"author": "Qortal",
|
|
"license": "MIT"
|
|
}
|