quip-cli
Version:
A Command Line Interface for the Quip Live Apps platform
94 lines (93 loc) • 2.69 kB
JSON
{
"name": "quip-cli",
"description": "A Command Line Interface for the Quip Live Apps platform",
"version": "0.1.3",
"author": "Quip",
"bin": {
"quip-cli": "./bin/run",
"qla": "./bin/run"
},
"bugs": "https://github.com/quip/quip-apps/issues",
"dependencies": {
"@oclif/command": "^1.6.1",
"@oclif/config": "^1.15.1",
"@oclif/plugin-help": "^3.1.0",
"chalk": "^4.1.0",
"form-data": "^3.0.0",
"inquirer": "^7.2.0",
"minimatch": "^3.0.4",
"mkdirp": "^1.0.4",
"ncp": "^2.0.0",
"node-fetch": "^2.6.1",
"open": "^7.0.4",
"pkce-challenge": "^2.1.0",
"prettier": "^2.0.5",
"semver": "^7.3.2",
"ssl-root-cas": "^1.3.1",
"tslib": "^1.13.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@oclif/test": "^1.2.6",
"@types/inquirer": "^6.5.0",
"@types/jest": "^26.0.14",
"@types/mkdirp": "^1.0.1",
"@types/ncp": "^2.0.4",
"@types/nock": "^11.1.0",
"@types/node": "^10.17.26",
"@types/node-fetch": "^2.5.7",
"@types/open": "^6.2.1",
"@types/prettier": "^2.0.2",
"@types/semver": "^7.3.4",
"chai": "^4.2.0",
"jest": "^26.1.0",
"mockdate": "^3.0.2",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/bin",
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"templates"
],
"homepage": "https://github.com/quip/quip-apps#readme",
"keywords": [
"oclif",
"quip",
"live",
"apps"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "qla",
"plugins": [
"@oclif/plugin-help"
]
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/quip/quip-apps.git"
},
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest",
"pretest": "node test/relevant-snapshots.js rename",
"test": "jest",
"posttest": "node test/relevant-snapshots.js reset",
"prettier": "prettier --write test/**/*.js test/**/*.ts src/**/*.ts",
"test:cover": "jest --coverage",
"test:watch": "jest --watch",
"readme": "oclif-dev readme"
},
"types": "lib/index.d.ts",
"gitHead": "a331d58c9502e357a4d582b38938ea43dd2e06db"
}