{
  "name": "chocolate-mango",
  "version": "0.1.01",
  "description": "Mango queries are sweet ... Chocolate Mango queries are even sweeter! Extended query capability, vector storage, live objects, and triggers for PouchDB",
  "type": "module",
  "module": "index.js",
  "scripts": {
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js\n"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anywhichway/chocolate-mango.git"
  },
  "keywords": [
    "PouchDB",
    "CouchDB",
    "vector",
    "database",
    "LLM"
  ],
  "author": "Simon Y. Blackwell",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anywhichway/chocolate-mango/issues"
  },
  "homepage": "https://github.com/anywhichway/chocolate-mango#readme",
  "devDependencies": {
    "jest": "^29.7.0",
    "jest-esbuild": "^0.3.0",
    "pouchdb": "^9.0.0",
    "pouchdb-adapter-memory": "^9.0.0",
    "pouchdb-find": "^9.0.0"
  },
  "dependencies": {
    "ulid": "^2.3.0",
    "unicode-name": "^1.0.4"
  }
}
