localizationjs
Version:
Localization module
63 lines (62 loc) • 1.4 kB
JSON
{
"name": "localizationjs",
"version": "2.0.20",
"description": "Localization module",
"main": "./src/localization.node.js",
"author": {
"name": "Alexander Balasyan",
"email": "mywebstreet@gmail.com"
},
"keywords": [
"language",
"translation",
"locale",
"identifier",
"translate",
"localization",
"internationalization",
"intl",
"localize",
"globalize",
"i18n",
"l10n"
],
"license": "MIT",
"scripts": {
"start": "webpack",
"build": "cross-env BUILD=true MINIMIZE=true webpack",
"test": "cross-env BUILD=true webpack && mocha",
"eslint": "eslint src test"
},
"husky": {
"hooks": {
"pre-commit": "npm run eslint && npm run test && npm run build && git add ./dist/*"
}
},
"dependencies": {
"intl": "1.2.5",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/eslint-parser": "^7.0.3",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.2.2",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"eslint": "^7.0.0",
"eslint-webpack-plugin": "^2.5.3",
"husky": "^4.2.5",
"mocha": "^9.1.3",
"terser-webpack-plugin": "^5.0.0",
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ortexx/localizationjs"
},
"engines": {
"node": ">=10.13.0"
}
}