{
  "name": "@bbc/react-transcript-editor",
  "description": "A React component to make transcribing audio and video easier and faster.",
  "version": "0.2.3",
  "keywords": [
    "transcript",
    "transcriptions",
    "react",
    "speech",
    "speech to text",
    "textAV"
  ],
  "main": "dist/index.js",
  "module": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "PORT=3006 react-scripts start",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject",
    "build:example": "react-scripts build",
    "build:component": "rimraf dist && NODE_ENV=production babel src/lib --out-dir dist --ignore '**/*__tests__,**/*.spec.js,**/*.test.js,**/*__snapshots__,**/*.sample.js,**/*.sample.json,/**/example-usage.js' --copy-files",
    "deploy:ghpages": "npm run build:example && gh-pages -d build",
    "test-ci": "CI=true react-scripts test --env=jsdom --verbose",
    "lint": "eslint --ignore-path .eslintignore .",
    "lint-fix": "eslint --ignore-path .eslintignore . --fix",
    "publish:public": "npm run build:component && npm publish --access public"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "enzyme": "^3.7.0",
    "eslint": "5.6.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-react": "^7.11.1",
    "gh-pages": "^2.0.1",
    "husky": "^1.1.3",
    "react-scripts": "^2.1.2",
    "react-testing-library": "^5.2.3",
    "regenerator-runtime": "^0.12.1",
    "rimraf": "^2.6.2"
  },
  "contributors": [
    {
      "name": "Pietro Passarelli",
      "email": "pietro.passarelli@bbc.co.uk",
      "url": "https://github.com/pietrop"
    },
    {
      "name": "James Dooley",
      "url": "https://github.com/jamesdools"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bbc/react-transcript-editor/issues"
  },
  "homepage": ".",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bbc/react-transcript-editor.git"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2.12",
    "@fortawesome/free-solid-svg-icons": "^5.6.3",
    "@fortawesome/react-fontawesome": "^0.1.3",
    "babel-polyfill": "^6.26.0",
    "draft-js": "^0.10.5",
    "mousetrap": "1.5.2",
    "prop-types": "^15.6.2",
    "react": "^16.6.0",
    "react-dom": "^16.6.0",
    "react-keyboard-shortcuts": "^1.1.3",
    "react-simple-tooltip": "^2.3.3"
  }
}
