UNPKG

i18n-server

Version:
44 lines (43 loc) 1.05 kB
{ "name": "i18n-server", "version": "1.0.4", "description": "i18n翻译工具", "main": "server.js", "scripts": { "i18n-server": "node server.js", "i18n-client": "node_modules\\.bin\\parcel index.html --out-dir i18n-dist", "i18n": "npm run i18n-client | npm run i18n-server" }, "bin": { "i18n": "cli.js" }, "keywords": [ "i18n", "i18n-server" ], "author": "blueni", "license": "MIT", "dependencies": { "@vue/component-compiler-utils": "^2.2.0", "fast-glob": "^2.2.3", "koa": "^2.5.3", "koa-body": "^4.0.4", "koa-router": "^7.4.0", "koa-static": "^5.0.0", "less": "^3.8.1", "opn": "^5.4.0", "parcel-bundler": "^1.10.3", "promise-polyfill": "^8.1.0", "request": "^2.85.0", "request-promise": "^4.2.2", "vue": "^2.5.17", "vue-hot-reload-api": "^2.3.1", "vue-router": "^3.0.1", "vue-template-compiler": "^2.5.17", "vuex": "^3.0.1" }, "repository": { "type": "git", "url": "git+https://github.com/blueni/i18n-server.git" } }