@gjsify/example-node-cli-file-search 0.1.3 → 0.1.4
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.
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/example-node-cli-file-search",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Recursive file search (simplified grep) for Node.js and GJS",
|
|
5
5
|
"main": "dist/index.gjs.js",
|
|
6
6
|
"type": "module",
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
"dist"
|
|
9
9
|
],
|
|
10
10
|
"engines": {
|
|
11
|
-
"node": ">=
|
|
12
|
-
"gjs": ">=1.72.x"
|
|
11
|
+
"node": ">=22.12.0"
|
|
13
12
|
},
|
|
14
13
|
"scripts": {
|
|
15
14
|
"clear": "rm -rf dist tsconfig.tsbuildinfo",
|
|
@@ -23,9 +22,9 @@
|
|
|
23
22
|
"test": "yarn start"
|
|
24
23
|
},
|
|
25
24
|
"devDependencies": {
|
|
26
|
-
"@gjsify/cli": "^0.1.
|
|
27
|
-
"@gjsify/node-globals": "^0.1.
|
|
28
|
-
"@gjsify/runtime": "^0.1.
|
|
25
|
+
"@gjsify/cli": "^0.1.4",
|
|
26
|
+
"@gjsify/node-globals": "^0.1.4",
|
|
27
|
+
"@gjsify/runtime": "^0.1.4",
|
|
29
28
|
"@types/node": "^25.5.2",
|
|
30
29
|
"typescript": "^6.0.2"
|
|
31
30
|
}
|