UNPKG

@martymarron/cliff

Version:
72 lines (71 loc) 1.63 kB
{ "name": "@martymarron/cliff", "version": "0.1.0-delta", "author": "Masashi Kurita", "bin": { "cliff": "./bin/run" }, "bugs": "https://github.com/martymarron/cliff/issues", "devDependencies": { "@oclif/dev-cli": "1.26.10", "@types/jest": "28.1.1", "@types/node": "10.17.60", "eslint": "7.32.0", "eslint-config-oclif": "4.0.0", "eslint-config-oclif-typescript": "1.0.2", "globby": "10.0.2", "husky": "8.0.1", "jest": "28.0.0", "lint-staged": "12.5.0", "ts-jest": "28.0.8", "ts-node": "10.9.1", "typescript": "4.4.4" }, "engines": { "node": ">=8.0.0" }, "files": [ "/bin", "/lib", "/package-lock.json", "/npm-shrinkwrap.json", "/oclif.manifest.json" ], "homepage": "https://github.com/martymarron/cliff", "keywords": [ "oclif", "liff", "cli" ], "license": "UNLICENSED", "main": "lib/index.js", "oclif": { "commands": "./lib/commands", "bin": "cliff", "plugins": [ "@oclif/plugin-help" ] }, "lint-staged": { "*.{ts,js}": [ "eslint --fix" ] }, "repository": "https://github.com/martymarron/cliff", "scripts": { "postpack": "rm -f oclif.manifest.json", "posttest": "eslint --fix", "prepack": "rm -rf lib && tsc -b && oclif-dev manifest", "test": "jest", "version": "oclif-dev readme && git add README.md" }, "types": "lib/index.d.ts", "dependencies": { "@oclif/command": "1.8.0", "@oclif/parser": "3.8.5", "dotenv": "16.0.2", "jest-junit": "^14.0.1", "liff-server-api": "0.1.0-gamma", "tslib": "2.4.0" } }