summaryrefslogtreecommitdiffstats
path: root/tools/esmify/package.json
blob: 152aaae5da7720d7c583fb0026b096f7d4fc6f18 (plain)
1
2
3
4
5
6
7
8
9
{
  "devDependencies": {
    "jscodeshift": "^0.13.1"
  },
  "scripts": {
    "convert_module": "jscodeshift -t use-import-export-declarations.js --stdin --verbose=2",
    "rewrite_imports": "jscodeshift -t import-to-import_esmodule.js --stdin --verbose=2"
  }
}