UNPKG

@electerm/electerm-locales

Version:
54 lines (53 loc) 1.32 kB
{ "name": "@electerm/electerm-locales", "version": "2.0.42", "description": "electerm multi-language support pack", "main": "index.js", "scripts": { "lint": "./node_modules/.bin/standard", "fix": "./node_modules/.bin/standard --fix", "test": "npm run build && node --experimental-vm-modules ./node_modules/.bin/jest", "pre-push": "npm run lint && npm run test", "build": "node bin/build.js", "pub": "npm run build && node bin/publish.js" }, "type": "commonjs", "repository": { "type": "git", "url": "git+https://github.com/electerm/electerm-locales.git" }, "keywords": [ "electerm", "locale", "language" ], "author": "ZHAO Xudong <zxdong@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/electerm/electerm-locales/issues" }, "homepage": "https://github.com/electerm/electerm-locales#readme", "devDependencies": { "country-flag-emoji": "^1.0.3", "dotenv": "^16.0.3", "jest": "^28.1.3", "json5": "^2.2.1", "lodash": "^4.17.21", "mkdirp": "^1.0.4", "recursive-assign": "^0.2.0", "shelljs": "^0.8.5", "socks-proxy-agent": "^7.0.0", "standard": "^17.0.0" }, "files": [ "esm", "dist", "README.md", "LICENSE" ], "jest": { "roots": [ "tests" ] } }