@app.json/cli
Version:
Capture what your app needs to be deployed and run
32 lines (31 loc) • 650 B
JSON
{
"name": "@app.json/cli",
"version": "0.0.10",
"description": "Capture what your app needs to be deployed and run",
"keywords": [
"app.json",
"config",
"app",
"microservices",
"deploy",
"run"
],
"main": "src/index.js",
"bin": {
"ajx": "src/index.js"
},
"author": "studds@fastmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/studds/app.json",
"directory": "packages/cli"
},
"dependencies": {
"dotenv": "^8.0.0",
"prettier": "^1.18.2",
"@app.json/core": "latest",
"@app.json/cloudformation": "latest",
"yargs": "^15.0.2"
}
}