{
  "name": "dandi",
  "version": "0.0.6",
  "description": "A JavaScript API for the Distributed Archives for Neurophysiology Data Integration (DANDI)",
  "type": "module",
  "main": "dist/dandi.umd.js",
  "module": "dist/dandi.es.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "vite",
    "build": "vite build"
  },
  "keywords": [
    "neuroscience",
    "data"
  ],
  "author": "Garrett Flynn <garrettmflynn@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/neuralinterfaces/dandi-js"
  },
  "devDependencies": {
    "chalk": "^5.3.0",
    "typescript": "^4.9.5",
    "vite": "^5.0.2"
  }
}
