walk.js/package.json

28 lines
660 B
JSON
Raw Permalink Normal View History

2020-12-09 00:28:11 +00:00
{
2020-12-09 11:10:56 +00:00
"name": "@root/walk",
2020-12-09 22:59:16 +00:00
"version": "1.1.0",
2020-12-09 11:10:56 +00:00
"description": "fs.walk for node (as a port of Go's filepath.Walk)",
"homepage": "https://git.rootprojects.org/root/walk.js",
2020-12-09 00:28:11 +00:00
"main": "index.js",
2020-12-09 11:10:56 +00:00
"files": [
2020-12-09 11:48:55 +00:00
"walk.js",
"create.js"
2020-12-09 11:10:56 +00:00
],
2020-12-09 00:28:11 +00:00
"scripts": {
2020-12-09 22:58:53 +00:00
"prettier": "npx prettier --write '**/*.{md,js,mjs,cjs}'",
2020-12-09 00:28:11 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
2020-12-09 11:10:56 +00:00
"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"
2020-12-09 00:28:11 +00:00
}