{
  "name": "open-in-vscode-workflow",
  "version": "1.2.0",
  "main": "workflow/js/index.js",
  "author": "Liu Yue <hangxingliu@gmail.com>",
  "license": "GPL-3.0",
  "scripts": {
    "build": "tsc",
    "clean": "rimraf dist workflow/js",
    "distribute": "./scripts/distribute-workflow-files.sh"
  },
  "devDependencies": {
    "@types/node": "^14.11.10",
    "rimraf": "^5.0.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  }
}
