odaseva-cli
Version:
Odaseva CLI
25 lines (24 loc) • 466 B
JSON
{
"author": {
"name": "dev.npm@odaseva.com"
},
"bin": {
"odaseva": "bin/odaseva"
},
"dependencies": {
"shelljs": "^0.7.8"
},
"description": "Odaseva CLI",
"keywords": [
"odaseva",
"salesforce"
],
"license": "ISC",
"main": "lib/oda_cli_runner",
"name": "odaseva-cli",
"scripts": {
"postinstall": "node scripts/postinstall.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2022.12.0"
}