tree-fs 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +16 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tree-fs",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Generate file system structures from text-based directory trees. The standard receiver for AI-generated project scaffolding.",
5
5
  "bin": {
6
6
  "tree-fs": "bin/tree-fs.js"
@@ -13,18 +13,11 @@
13
13
  "README.md",
14
14
  "LICENSE"
15
15
  ],
16
- "engines": {
17
- "node": ">=14.0.0"
18
- },
19
16
  "scripts": {
20
17
  "test": "echo \"Error: no test specified\" && exit 0",
21
18
  "start": "node bin/tree-fs.js"
22
19
  },
23
- "repository": {
24
- "type": "git",
25
- "url": "git+https://github.com/mgks/tree-fs.git"
26
- },
27
- "keywords": [
20
+ "keywords": [
28
21
  "filesystem",
29
22
  "scaffold",
30
23
  "tree",
@@ -35,10 +28,21 @@
35
28
  "automation",
36
29
  "cli"
37
30
  ],
38
- "author": "Ghazi <hello@mgks.dev> (https://mgks.dev)",
39
- "license": "MIT",
31
+ "engines": {
32
+ "node": ">=14.0.0"
33
+ },
34
+ "author": {
35
+ "name": "mgks",
36
+ "url": "https://mgks.dev"
37
+ },
38
+ "repository": {
39
+ "type": "git",
40
+ "url": "git+https://github.com/mgks/tree-fs.git"
41
+ },
40
42
  "bugs": {
41
43
  "url": "https://github.com/mgks/tree-fs/issues"
42
44
  },
43
- "homepage": "https://github.com/mgks/tree-fs#readme"
45
+ "homepage": "https://github.com/mgks/tree-fs#readme",
46
+ "funding": "https://github.com/sponsors/mgks",
47
+ "license": "MIT"
44
48
  }