{
  "name": "paper2",
  "license": "https://github.com",
  "description": "deprecated",
  "version": "1.0.106",
  "main": "./paper2.js",
  "module": "./paper2.js",
  "types": "./@types/index-core.d.ts",
  "author": "foo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com"
  },
  "bugs": {
    "url": "https://github.com"
  },
  "homepage": "https://github.com",
  "scripts": {
    "build-dep": "IS_BUILD=true node --experimental-transform-types build.ts",
    "serve": "node --experimental-transform-types build.ts",
    "serve:watch": "node ./build.serve.watch.mjs",
    "test:unit": "vitest",
    "test:unit:pipeline": "vitest run",
    "test:lint": "eslint && yarn prettier:check",
    "test:lint:pipeline": "eslint --quiet && yarn prettier:check",
    "prettier:check": "prettier --check '**/*'"
  },
  "dependencies": {
    "acorn": "8.15.0"
  },
  "devDependencies": {
    "@paper2/eslint-configs": "workspace:^",
    "@vitest/coverage-v8": "3.2.4",
    "canvas": "^3.1.2",
    "dotenv": "^17.2.1",
    "esbuild": "^0.25.8",
    "eslint": "^9.33.0",
    "jsdom": "^26.1.0",
    "pixelmatch": "7.1.0",
    "pngjs": "7.0.0",
    "prettier": "^3.6.2",
    "vitest": "^3.2.4"
  }
}