chore: add i18n query script (#2518)

This commit is contained in:
Finley Ge
2024-08-26 12:31:30 +08:00
committed by GitHub
parent dbfe1fca31
commit a1a9a0b463
5 changed files with 185 additions and 2 deletions

15
scripts/i18n/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "i18n",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@phenomnomnominal/tsquery": "^6.1.3"
}
}