{
  "name": "@dashkite/helium",
  "version": "0.12.16",
  "description": "Browser compatible In-process name service",
  "homepage": "https://github.com/dashkite/helium#readme",
  "bugs": {
    "url": "https://github.com/dashkite/helium/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dashkite/helium.git"
  },
  "license": "SEE LICENSE IN LICENSE.md",
  "author": "Dan Yoder",
  "exports": {
    ".": {
      "browser": "./build/browser/src/index.js",
      "node": "./build/node/src/index.js"
    }
  },
  "main": "./build/node/src/index.js",
  "files": [
    "build/browser/src",
    "build/node/src"
  ],
  "scripts": {
    "build": "genie build",
    "test": "genie test",
    "release": "genie release"
  },
  "devDependencies": {
    "@dashkite/amen": "^0.5.0",
    "@dashkite/amen-console": "^0.4.0",
    "@dashkite/assert": "^0.3.0",
    "@dashkite/genie": "^0.20.14",
    "@dashkite/genie-clean": "^0.9.0",
    "@dashkite/genie-coffee": "^0.9.0",
    "@dashkite/genie-module": "^0.5.42",
    "@dashkite/genie-release": "^0.5.0",
    "@dashkite/mimic": "^0.2.4"
  },
  "dependencies": {
    "@dashkite/joy": "^0.7.0",
    "@dashkite/katana": "^0.4.8"
  }
}
