{
  "name": "treeforge",
  "version": "1.0.3",
  "description": "TreeForge is a lightweight, dependency-free JS package to render and manage ASCII-based file trees inside browser editors, sandboxes, or learning tools. It supports interactivity + CRUD actions, while remaining agnostic of the data source (local JSON or API).",
  "keywords": [
    "file-system",
    "data-structure",
    "tree",
    "tree-forge",
    "treeforge",
    "folder",
    "file",
    "sandbox",
    "filesystem",
    "structure"
  ],
  "homepage": "https://github.com/abmercy035/treeforge#readme",
  "bugs": {
    "url": "https://github.com/abmercy035/treeforge/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abmercy035/treeforge.git"
  },
  "license": "ISC",
  "author": "https://github.com/abmercy035/",
  "type": "module",
  "main": "src/index.js",
  "style": "styles/ui.css",
  "files": [
    "index.js",
    "src/",
    "styles/",
    "*.md"
  ],
  "unpkg": "dist/treeforge.min.js",
  "browser": "dist/treeforge.min.js",
  "exports": {
    ".": {
      "require": "./index.js",
      "import": "./index.js"
    },
    "./styles/ui.css": "./styles/ui.css",
    "./styles/*": "./styles/*"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^16.0.2",
    "rollup": "^2.79.2",
    "rollup-plugin-terser": "^7.0.2"
  }
}
