{
  "name": "video-snapshot",
  "version": "1.0.11",
  "description": "Get snapshots from a video file in the browser",
  "main": "dist/es5/index.js",
  "jsnext:main": "dist/es2015/index.js",
  "module": "dist/es2015/index.js",
  "types": "dist/es5/index.d.ts",
  "scripts": {
    "dev": "ts-react-toolbox dev",
    "test": "ts-react-toolbox test",
    "test:ci": "ts-react-toolbox test --runInBand --coverage",
    "build": "ts-react-toolbox build",
    "release": "ts-react-toolbox release",
    "bootstrap": "ts-react-toolbox init",
    "lint": "ts-react-toolbox lint",
    "static": "ts-react-toolbox publish",
    "format": "ts-react-toolbox format",
    "analyze": "ts-react-toolbox analyze"
  },
  "repository": "git@github.com:zzarcon/video-snapshot.git",
  "author": "Hector Leon Zarco Garcia <hezarco@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@atlaskit/button": "^7.2.0",
    "@atlaskit/icon": "^11.1.0",
    "ts-react-toolbox": "^1.1.1"
  },
  "engines": {
    "node": ">=8.5.0"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "video",
    "snapshot",
    "preview",
    "screenshot",
    "capture",
    "image"
  ]
}
