walk.js/package.json

28 line
660 B
JSON

{
"name": "@root/walk",
"version": "1.1.0",
"description": "fs.walk for node (as a port of Go's filepath.Walk)",
"homepage": "https://git.rootprojects.org/root/walk.js",
"main": "index.js",
"files": [
"walk.js",
"create.js"
],
"scripts": {
"prettier": "npx prettier --write '**/*.{md,js,mjs,cjs}'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/walk.js.git"
},
"keywords": [
"fs",
"walk",
"filepath",
"os"
],
"author": "AJ ONeal <aj@therootcompany.com> (https://rootprojects.org/)",
"license": "MPL-2.0"
}