{
  "name": "webchuck",
  "version": "1.2.11",
  "description": "WebChucK is a package for running ChucK code in the browser",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "tsc && rollup -c",
    "test": "npm run build && bash ./test.sh",
    "clean": "rm -rf dist/ && rm -rf docs/ && rm -rf src/wc-bundle.js",
    "doc": "typedoc --out docs src/index.ts",
    "format": "prettier --write src/*.ts src/**/*.ts test/*.js",
    "prepare": "npm run build",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ccrma/webchuck.git"
  },
  "bugs": {
    "url": "https://github.com/ccrma/webchuck/issues"
  },
  "homepage": "https://chuck.stanford.edu/webchuck",
  "author": "ChucK Team",
  "contributors": [
    "Terry Feng",
    "Cole Simmons",
    "CCRMA"
  ],
  "keywords": [
    "WebChucK",
    "ChucK"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^18.11.10",
    "prettier": "^3.2.5",
    "rollup": "^3.26.3",
    "typedoc": "^0.25.1",
    "typescript": "^4.9.3"
  }
}
