{
  "name": "canvas-capture-no-gif",
  "version": "2.0.2",
  "description": "Record the canvas as an image, mp4 video, or gif from the browser",
  "main": "dist/canvas-capture.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack && npm run build-demo",
    "build-demo": "webpack --config demo/webpack.config.js",
    "deploy": "npm run build && npm publish",
    "start": "node server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amandaghassaei/canvas-capture.git"
  },
  "author": "Amanda Ghassaei",
  "license": "MIT",
  "private": false,
  "files": [
    "dist/*",
    "src/*"
  ],
  "keywords": [
    "mp4",
    "video",
    "gif",
    "record",
    "canvas",
    "save",
    "download"
  ],
  "bugs": {
    "url": "https://github.com/amandaghassaei/canvas-capture/issues"
  },
  "homepage": "https://github.com/amandaghassaei/canvas-capture#readme",
  "dependencies": {
    "@ffmpeg/ffmpeg": "^0.10.1",
    "changedpi": "^1.0.4",
    "file-saver": "^2.0.5",
    "jszip": "^3.7.1",
    "mdn-polyfills": "^5.20.0",
    "micromodal": "^0.4.6"
  },
  "devDependencies": {
    "@ffmpeg/core": "^0.10.0",
    "@types/file-saver": "^2.0.1",
    "@types/micromodal": "^0.3.2",
    "@types/node": "^14.14.22",
    "express": "^4.17.2",
    "raw-loader": "^4.0.2",
    "ts-loader": "^9.2.6",
    "typescript": "^4.1.3",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^5.64.0",
    "webpack-cli": "^4.9.1"
  }
}
