{
  "name": "astrolytics-browser",
  "version": "1.0.7",
  "main": "./dist/bundle.cjs.js",
  "module": "./dist/bundle.esm.js",
  "types": "./dist/types/index.d.ts",
  "type": "module",
  "license": "MIT",
  "homepage": "https://www.astrolytics.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/astrolytics-io/astrolytics-browser.git"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "watch": "nodemon -w src -e ts,js --exec 'yarn build-dev'",
    "build-dev": "BUILD_DEV=true rollup -c"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.3",
    "@rollup/plugin-json": "^6.0.1",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@rollup/plugin-replace": "^5.0.2",
    "@types/clientjs": "^0.2.0",
    "@types/nanoid": "^3.0.0",
    "@types/node": "^20.4.9",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^7.32.0 || ^8.2.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.25.2",
    "nodemon": "^3.0.1",
    "rollup": "^3.26.2",
    "rollup-plugin-typescript2": "^0.35.0",
    "typescript": "^5.1.6"
  },
  "dependencies": {
    "clientjs": "^0.2.1",
    "compare-versions": "^6.1.0"
  }
}
