{
  "name": "storygram",
  "version": "0.1.0-beta",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "packageManager": "pnpm@8.6.10",
  "keywords": [],
  "author": "Franz Flückiger, ZHaW",
  "license": "MIT",
  "dependencies": {
    "@babel/parser": "^7.29.2",
    "@babel/types": "^7.29.0",
    "d3": "^7.9.0",
    "i": "^0.3.7",
    "npm": "^6.14.5",
    "src": "^1.1.2"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.2",
    "@types/d3": "^7.4.3",
    "@types/jest": "^29.5.14",
    "acorn": "^8.16.0",
    "babel-jest": "^30.3.0",
    "eslint": "^8.57.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "minimist": ">=1.2.8",
    "ts-jest": "^29.4.3",
    "tsup": "^8.5.1",
    "typescript": "^5.8.3",
    "vite": "^8.0.5"
  },
  "lint-staged": {
    "*.ts": [
      "eslint"
    ]
  },
  "scripts": {
    "preinstall": "npx only-allow pnpm",
    "test": "jest",
    "build": "tsc --project tsconfig.json",
    "pack_test": "npm run test && npm run build && npm run build_browser && npm pack",
    "publish_test": "npm run test && npm run build && npm run build_browser && npm publish",
    "build_browser": "tsup src/index.ts --format iife --global-name Storygram --out-dir dist",
    "dev": "vite"
  }
}