apa-cli
Version:
27 lines (26 loc) • 557 B
JSON
{
"bin": {
"apa-cli": "./index.js"
},
"type": "module",
"name": "apa-cli",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native-template",
"react-native-boilerplate",
"react-native-typescript-template"
],
"author": "apadevteam (https://github.com/apadeveloper)",
"license": "ISC",
"description": "",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
"execa": "^9.4.0",
"inquirer": "^12.0.0"
}
}