voerka-i18n/package.json
2022-03-01 17:48:21 +08:00

29 lines
610 B
JSON

{
"name": "voerka-i18n",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"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",
"jest": "^27.5.1",
"vinyl": "^2.2.1"
}
}