vfs-kit 1.0.3 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +29 -1
package/package.json CHANGED
@@ -1,7 +1,35 @@
1
1
  {
2
2
  "name": "vfs-kit",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A headless-first Virtual File System for React. Complete with drag-and-drop hierarchy, tab management and pluggable storage adapters.",
5
+ "author": {
6
+ "name": "Benjamin Gruber",
7
+ "url": "https://github.com/bengru07/vfs-kit"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/bengru07/vfs-kit.git"
12
+ },
13
+ "license": "MIT",
14
+ "keywords": [
15
+ "virtual filesystem",
16
+ "vfs",
17
+ "file explorer",
18
+ "file manager",
19
+ "file tree",
20
+ "headless",
21
+ "react",
22
+ "tabs",
23
+ "drag and drop",
24
+ "dnd-kit",
25
+ "adapter",
26
+ "indexeddb",
27
+ "in-memory",
28
+ "snapshot",
29
+ "history",
30
+ "asset manager",
31
+ "typescript"
32
+ ],
5
33
  "main": "./dist/index.js",
6
34
  "module": "./dist/index.mjs",
7
35
  "types": "./dist/index.d.ts",