{
  "name": "@blacksmithgu/datacore",
  "version": "0.1.24",
  "description": "Reactive data engine for Obsidian.md.",
  "main": "build/library/index.js",
  "types": "build/library/index.d.ts",
  "files": [
    "build/library"
  ],
  "scripts": {
    "build": "tsc && tsc --project tsconfig.library.json && api-extractor run --local && node esbuild.config.mjs production all",
    "build-plugin": "tsc && node esbuild.config.mjs production plugin",
    "build-library": "tsc --project tsconfig.library.json && api-extractor run --local --verbose && node esbuild.config.mjs production library",
    "test": "yarn run jest",
    "test-watch": "yarn run jest -i --watch --no-cache",
    "check-format": "yarn run prettier --check src",
    "format": "yarn run prettier --write src"
  },
  "keywords": [
    "obsidian",
    "datacore",
    "dataview",
    "pkm"
  ],
  "author": "Michael Brenan",
  "license": "MIT",
  "devDependencies": {
    "@codemirror/language": "https://github.com/lishid/cm-language",
    "@codemirror/state": "^6.0.1",
    "@codemirror/view": "^6.0.1",
    "@microsoft/api-extractor": "^7.52.7",
    "@types/jest": "^27.0.1",
    "@types/luxon": "^2.3.2",
    "@types/node": "^16.7.13",
    "@types/parsimmon": "^1.10.6",
    "builtin-modules": "3.3.0",
    "esbuild": "^0.16.11",
    "esbuild-plugin-inline-worker": "https://github.com/mitschabaude/esbuild-plugin-inline-worker",
    "jest": "^27.1.0",
    "obsidian": "^1.6.6",
    "prettier": "2.3.2",
    "ts-jest": "^27.0.5",
    "ts-node": "^10.9.2",
    "tslib": "^2.3.1",
    "typescript": "^5.4.2"
  },
  "dependencies": {
    "@datastructures-js/queue": "^4.2.3",
    "@fortawesome/fontawesome-svg-core": "^6.4.0",
    "@fortawesome/free-solid-svg-icons": "^6.4.0",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "emoji-regex": "^10.2.1",
    "flatqueue": "^2.0.3",
    "localforage": "1.10.0",
    "luxon": "^2.4.0",
    "parsimmon": "^1.18.0",
    "preact": "^10.17.1",
    "react-select": "^5.8.0",
    "sorted-btree": "^1.8.1",
    "sucrase": "3.35.0",
    "yaml": "^2.3.3"
  },
  "peerDependencies": {
    "preact": "^10.17.1"
  }
}
