{
  "private": true,
  "main": "dist/src/extension.js",
  "scripts": {
    "compile": "tsc -p src",
    "compile-e2e": "echo 'No end-to-end tests defined'",
    "watch": "tsc -watch -p src"
  },
  "devDependencies": {
    "superdesk-code-style": "1.3.0",
    "typescript": "3.7.2"
  },
  "dependencies": {
    "@types/react-image-crop": "8.1.2",
    "react-image-crop": "8.4.2"
  },
  "peerDependencies": {
    "react": "16.8.6"
  }
}
