{
  "name": "@m2c2kit/session",
  "version": "0.3.19",
  "description": "The session runner for m2c2kit activities.",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist/**",
    "assets/**"
  ],
  "scripts": {
    "build": "npm run clean && tsc && rolldown -c",
    "clean": "rimraf build dist tsconfig.tsbuildinfo",
    "test": "cd ../.. && npx env-cmd -f .env.jest jest --selectProjects @m2c2kit/session"
  },
  "license": "Apache-2.0",
  "author": "Scott T. Yabiku <syabiku@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/m2c2-project/m2c2kit.git",
    "directory": "packages/session"
  },
  "homepage": "https://m2c2-project.github.io/m2c2kit",
  "engines": {
    "node": ">=22"
  },
  "bugs": {
    "url": "https://github.com/m2c2-project/m2c2kit/issues"
  },
  "dependencies": {
    "@m2c2kit/core": "^0.3.30"
  },
  "devDependencies": {
    "@m2c2kit/build-helpers": "0.3.33",
    "rimraf": "6.1.3",
    "rolldown": "1.1.0",
    "rolldown-plugin-dts": "0.25.2",
    "typescript": "5.9.3"
  }
}
