UNPKG

smartsheet-cli

Version:
34 lines (33 loc) 734 B
{ "name": "smartsheet-cli", "version": "0.9.4", "description": "smar, a CLI for working with Smartsheet", "main": "index.js", "bin": { "smar": "index.js", "smartsheet": "index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "smartsheet", "CLI" ], "author": "Smartsheet Developer Relations", "repository": { "type": "git", "url": "https://github.com/smartsheet-samples/smartsheet-cli.git" }, "license": "MIT", "dependencies": { "camelcase": "^4.1.0", "colors": "^1.1.2", "commander": "^2.15.1", "fs-extra": "^4.0.2", "http": "0.0.0", "inquirer": "^3.3.0", "opn": "^5.1.0", "smartsheet": "^1.3.0" } }