-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 908 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "rrdir",
"version": "13.2.0",
"description": "Recursive directory reader with a delightful API",
"author": "silverwind <[email protected]>",
"repository": "silverwind/rrdir",
"license": "BSD-2-Clause",
"type": "module",
"sideEffects": false,
"main": "./dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
"dependencies": {
"picomatch": "^4.0.2"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/picomatch": "3.0.1",
"eslint": "8.57.0",
"eslint-config-silverwind": "94.2.1",
"eslint-config-silverwind-typescript": "9.2.0",
"typescript-config-silverwind": "6.1.1",
"updates": "16.4.0",
"versions": "12.1.2",
"vite": "6.0.1",
"vite-config-silverwind": "3.1.0",
"vitest": "2.1.6",
"vitest-config-silverwind": "9.2.0"
}
}