create-aa-app
Version:
CLI tool to create a new project
32 lines • 739 B
JSON
{
"name": "create-aa-app",
"version": "0.0.1",
"description": "CLI tool to create a new project",
"main": "index.js",
"bin": {
"create-aa-app": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abdullahadeebx/create-aa-app.git"
},
"keywords": [
"cli",
"scaffolding",
"generator",
"abdullah",
"adeeb"
],
"author": "Abdullah Adeeb",
"license": "MIT",
"bugs": {
"url": "https://github.com/abdullahadeebx/create-aa-app/issues"
},
"homepage": "https://github.com/abdullahadeebx/create-aa-app#readme",
"engines": {
"node": ">=18"
}
}