UNPKG

@wrote/read-dir-structure

Version:
68 lines (67 loc) 1.71 kB
{ "name": "@wrote/read-dir-structure", "version": "1.3.1", "description": "Reads directory structure.", "main": "compile/index.js", "module": "src/index.js", "scripts": { "t": "zoroaster -a", "test": "zoroaster -a test/spec", "test-build": "ALAMODE_ENV=test-build yarn test", "test-compile": "ALAMODE_ENV=test-compile yarn test", "test-all": "yarn-s test test-build", "test-watch": "yarn test -w", "lint": "eslint .", "lib": "depack src/depack -o compile/depack.js -a -c -s", "doc": "NODE_DEBUG=doc doc -o README.md -n _wrote", "d": "yarn-s template d1 externs", "d1": "typal compile/index.js -u", "template": "typal compile/template.js -T compile/index.js -t types", "externs": "typal types/externs.js", "e": "alanode", "example/": "yarn e example/example", "b": "alamode src -o build -s", "build": "yarn-s doc b" }, "files": [ "build", "src", "types", "compile" ], "externs": "types/externs.js", "repository": { "type": "git", "url": "git://github.com/wrote/read-dir-structure.git" }, "keywords": [ "@wrote", "directory", "dir", "folder", "read", "structure", "tree", "path", "filesystem", "fs", "file", "ls", "stat", "lstat" ], "author": "Anton <anton@adc.sh>", "license": "MIT", "bugs": { "url": "https://github.com/wrote/read-dir-structure/issues" }, "homepage": "https://github.com/wrote/read-dir-structure#readme", "devDependencies": { "alamode": "^3.3.2", "documentary": "^1.35.10", "eslint-config-artdeco": "1.0.1", "makepromise": "^3.2.0", "yarn-s": "1.2.3", "zoroaster": "^4.2.0" } }