Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarialaoui10 authored Oct 23, 2023
1 parent ca8c46c commit 5d820d5
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
{
"name": "dir2tree",
"version": "1.0.0",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "zakaria elalaoui",
"license": "MIT",
"description": "a user-friendly Node.js tool for creating organized directory trees from a root directory. It offers customization options for tailored tree generation and content analysis"
"author": {
"name": "zakaria elalaoui",
"url": "https://github.com/zakarialaoui10"
},
"description": "a user-friendly Node.js tool for creating organized directory trees from a root directory. It offers customization options for tailored tree generation and content analysis",
"keywords": ["directory", "tree", "structure", "filesystem", "file management", "directory tree","json"],
"repository": {
"type": "git",
"url": "git+https://github.com/zakarialaoui10/dir2tree.git"
},
"homepage": "https://github.com/zakarialaoui10/dir2tree",
"bugs": {
"url": "https://github.com/zakarialaoui10/mapfun/issues"
},
"license": "MIT"
}

0 comments on commit 5d820d5

Please sign in to comment.