@rainbowatcher/fs-extra
Advanced tools
+9
-3
| { | ||
| "name": "@rainbowatcher/fs-extra", | ||
| "type": "module", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "fs extra utils", | ||
@@ -11,4 +11,10 @@ "author": "rainbowatcher <rainbow-w@outlook.com>", | ||
| ], | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "exports": { | ||
| ".": { | ||
| "types": "./dist/index.d.ts" | ||
| } | ||
| }, | ||
| "main": "./dist/index.js", | ||
| "module": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "files": [ | ||
@@ -15,0 +21,0 @@ "dist" |
3270
3.38%