{
  "name": "@jupyter-widgets/output",
  "version": "6.0.6",
  "description": "Jupyter widget wrapping cell output",
  "bugs": {
    "url": "https://github.com/jupyter-widgets/ipywidgets/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jupyter-widgets/ipywidgets.git"
  },
  "license": "BSD-3-Clause",
  "author": "Project Jupyter",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib/**/*.d.ts",
    "lib/**/*.js"
  ],
  "scripts": {
    "build": "npm run build:src",
    "build:src": "tsc --build",
    "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
    "prepublish": "npm run clean && npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@jupyter-widgets/base": "^6.0.6"
  },
  "devDependencies": {
    "rimraf": "^3.0.2",
    "typescript": "~4.9.4"
  }
}
