Skip to content

Commit

Permalink
feat: add injector script
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo-ds committed Mar 16, 2024
1 parent 0233d7e commit cbce81a
Show file tree
Hide file tree
Showing 5 changed files with 656 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
node_modules
build
test-assets
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "vcc-auto-translate",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": {
"name": "Gizmo",
"email": "me@aika.dev"
},
"license": "MIT",
"dependencies": {
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.24.0",
"@babel/traverse": "^7.24.0",
"@babel/types": "^7.24.0"
},
"devDependencies": {
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.5",
"@types/node": "^20.11.28",
"esno": "^4.7.0"
}
}
Loading

0 comments on commit cbce81a

Please sign in to comment.