{
  "name": "dsabp-js-img",
  "version": "0.1.0",
  "description": "DSA blueprint image generator using dsabp-js.",
  "homepage": "https://github.com/Blueyescat/dsabp-js-img",
  "bugs": "https://github.com/Blueyescat/dsabp-js-img/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",
    "test": "cd test && node --enable-source-maps ."
  },
  "peerDependencies": {
    "@napi-rs/canvas": "^0.1.65",
    "dsabp-js": "^0.4.13",
    "fflate": "^0.8.3"
  },
  "devDependencies": {
    "@types/node": "^22.15.12",
    "@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",
    "typedoc": "^0.28.11",
    "typescript": "^5.9.2"
  },
  "keywords": [
    "Deep Space Airships",
    "Blueprint",
    "Image",
    "Generator",
    "drednot.io",
    "DSA",
    "Dredark",
    "node",
    "browser"
  ]
}
