UNPKG

@richardo2016/rcli

Version:
58 lines (57 loc) 1.27 kB
{ "name": "@richardo2016/rcli", "version": "1.0.2", "description": "Richard's cli", "main": "./lib", "types": "@types/index.d.ts", "bin": { "rcli": "./bin/rcli.js" }, "scripts": { "build": "fib-typify src -o lib", "test": "fibjs test/index.js", "ci": "npm run build && npm run test", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/richardo2016/rcli.git" }, "keywords": [ "fibjs", "richard", "cli" ], "author": "richardo2016@gmail.com", "license": "GPL-3.0", "bugs": { "url": "https://github.com/richardo2016/rcli/issues" }, "homepage": "https://github.com/richardo2016/rcli#readme", "dependencies": { "@fibjs/fs-readdir-recursive": "^1.0.2", "@fibjs/mkdirp": "^1.0.1", "@fibjs/rmdirr": "^2.0.0", "@fxjs/cli": "0.0.2", "fib-app": "^1.13.35", "fib-session": "^0.4.1", "js-yaml": "^3.13.1", "parse-querystring-dotkey": "^1.0.3" }, "devDependencies": { "@fibjs/ci": "^2.2.0", "@fibjs/types": "^0.27.0", "fib-typify": "^0.6.0" }, "ci": { "type": "travis, appveyor", "version": [ "0.26.0", "0.26.1", "0.27.0" ] }, "engines": { "fibjs": ">=0.26.0" } }