UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

40 lines (39 loc) 967 B
{ "name": "tree-node-cli", "version": "1.2.5", "description": "Lists the contents of directories in a tree-like format, similar to the Linux tree command.", "keywords": [ "tree", "cli", "node-tree", "command", "file", "directory" ], "repository": "git@github.com:yangshun/tree-node-cli.git", "author": "Yangshun Tay <tay.yang.shun@gmail.com>", "license": "MIT", "main": "tree.js", "bin": { "tree": "./bin/tree.js", "treee": "./bin/tree.js" }, "scripts": { "check-all": "yarn prettier && yarn test", "check-all:ci": "yarn prettier && yarn lint && yarn run test:ci", "prettier": "prettier --write 'tree.js' 'bin/**/*' '__tests__/**/*.js'", "test": "jest --coverage", "test:ci": "jest --coverage --runInBand" }, "files": [ "bin" ], "devDependencies": { "jest": "^22.4.3", "junk": "^2.1.0", "prettier": "^1.12.1" }, "dependencies": { "commander": "^2.15.1" } }