{
  "name": "jspod",
  "version": "0.0.49",
  "description": "JavaScript Solid Pod - Just works, batteries included",
  "type": "module",
  "main": "./lib/index.js",
  "exports": {
    ".": "./lib/index.js"
  },
  "bin": {
    "jspod": "index.js"
  },
  "files": [
    "index.js",
    "lib/",
    "data-browser.js",
    "data-browser.css",
    "data-browser-folder.js",
    "data-browser-folder.css",
    "data-browser-panes.js",
    "data-browser-panes.css",
    "examples/",
    "welcome.html",
    "signin.html",
    "signin.html.acl",
    "account.html",
    "account.html.acl",
    "docs.html",
    "docs.html.acl",
    "links.jsonld",
    "apps/"
  ],
  "scripts": {
    "start": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JavaScriptSolidServer/jspod.git"
  },
  "keywords": [
    "solid",
    "server",
    "daemon",
    "pod",
    "linked-data",
    "webid",
    "semantic-web",
    "rdf",
    "ldp",
    "solid-server"
  ],
  "author": "Melvin Carvalho",
  "license": "AGPL-3.0-only",
  "bugs": {
    "url": "https://github.com/JavaScriptSolidServer/jspod/issues"
  },
  "homepage": "https://github.com/JavaScriptSolidServer/jspod#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "chalk": "^5.6.2",
    "javascript-solid-server": ">=0.0.219 <0.0.222"
  }
}
