{
  "name": "ts-migrate-example",
  "version": "0.1.0",
  "private": "true",
  "description": "Basic example of usage of the ts-migrate-server with writing a custom plugin",
  "license": "MIT",
  "scripts": {
    "example": "ts-node -T -O '{ \"esModuleInterop\": true }' --skip-project src/index.ts"
  },
  "dependencies": {
    "jscodeshift": "^0.7.0",
    "ts-migrate-plugins": "^0.1.0",
    "ts-migrate-server": "^0.1.0",
    "ts-node": "^8.3.0",
    "typescript": "3.9.7"
  }
}
