{
  "name": "dsabp-js",
  "version": "0.4.13",
  "description": "DSA (drednot.io) Blueprint implementation and API for Node.js and the browser, in TypeScript.",
  "homepage": "https://github.com/Blueyescat/dsabp-js",
  "bugs": "https://github.com/Blueyescat/dsabp-js/issues",
  "author": "Blueyescat <blueyescat123@gmail.com>",
  "license": "MIT",
  "type": "module",
  "main": "./dist/node/cjs/index.cjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "browser": "./dist/browser/esm/index.js",
      "default": "./dist/node/cjs/index.cjs"
    },
    "./dev": "./dist/tsc/index.js"
  },
  "typesVersions": {
    "*": {
      "dev": [
        "./dist/tsc/index.d.ts"
      ],
      "*": [
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist/",
    "!dist/tsc/"
  ],
  "scripts": {
    "start": "tsc -w",
    "build:dev": "tsc",
    "build": "node --no-warnings build.js",
    "docs": "typedoc --options ./.typedoc/config.json"
  },
  "devDependencies": {
    "@types/node": "^24.3.0",
    "@typescript-eslint/eslint-plugin": "^8.41.0",
    "@typescript-eslint/parser": "^8.41.0",
    "dts-bundle-generator": "^9.5.1",
    "esbuild": "^0.25.9",
    "eslint": "^9.34.0",
    "fflate": "^0.8.2",
    "typedoc": "^0.28.11",
    "typescript": "^5.9.2"
  },
  "keywords": [
    "Deep Space Airships",
    "Blueprint",
    "drednot.io",
    "DSA",
    "Dredark",
    "node",
    "browser"
  ]
}
