{ "name": "embark-i18n", "version": "4.1.0", "author": "Iuri Matias ", "contributors": [], "description": "i18n Support for Embark", "homepage": "https://github.com/embark-framework/embark/tree/master/packages/embark-i18n#readme", "bugs": "https://github.com/embark-framework/embark/issues", "keywords": [ "blockchain", "dapps", "ethereum", "ipfs", "serverless", "solc", "solidity" ], "files": [ "dist", "locales" ], "license": "MIT", "repository": { "directory": "packages/embark-i18n", "type": "git", "url": "https://github.com/embark-framework/embark.git" }, "main": "./dist/index.js", "scripts": { "build": "cross-env BABEL_ENV=node babel src --extensions \".ts\" --out-dir dist --root-mode upward --source-maps", "ci": "npm run qa", "clean": "npm run reset", "lint": "npm-run-all lint:*", "lint:ts": "tslint -c tslint.json \"src/**/*.ts\"", "package": "npm pack", "qa": "npm-run-all lint typecheck build package", "reset": "npx rimraf dist embark-*.tgz package", "start": "npm run watch", "typecheck": "tsc", "watch": "run-p watch:*", "watch:build": "npm run build -- --verbose --watch", "watch:typecheck": "npm run typecheck -- --preserveWatchOutput --watch" }, "dependencies": { "@babel/runtime-corejs2": "7.3.1", "colors": "1.3.2", "i18n": "0.8.3", "os-locale": "2.1.0" }, "devDependencies": { "@babel/cli": "7.2.3", "@babel/core": "7.2.2", "@types/i18n": "0.8.3", "cross-env": "5.2.0", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "tslint": "5.16.0", "typescript": "3.4.5" }, "engines": { "node": ">=8.12.0 <12.0.0", "npm": ">=6.4.1", "yarn": ">=1.12.3" } }