voerka-i18n/package.json
2022-02-28 18:00:41 +08:00

27 lines
603 B
JSON

{
"name": "voerka-i18n",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"extract": "",
"babeldemo": "babel ./demodata/a/a1.js --plugins=./src/babel-plugin-voerkai18n.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"art-template": "^4.13.2",
"deepmerge": "^4.2.2",
"glob": "^7.2.0",
"gulp": "^4.0.2",
"logsets": "^1.0.6",
"readjson": "^2.2.2",
"through2": "^4.0.2"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5"
}
}