@numizmatclub/i18n-tool
Version:
A simple internationalization library
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "@numizmatclub/i18n-tool",
"version": "1.0.2",
"description": "A simple internationalization library",
"main": "lib/index.js",
"author": {
"email": "valery.kantor@gmail.com",
"name": "Valery Kantor"
},
"repository": {
"type": "git",
"url": "git+https://github.com/golgotha/i18n-tools.git"
},
"bugs": {
"url": "https://github.com/golgotha/i18n-tools/issues"
},
"homepage": "https://github.com/golgotha/i18n-tools#readme",
"scripts": {
"build": "babel src --out-dir lib",
"test": "jest",
"test:watch": "npm test -- --watch"
},
"keywords": [
"i18n-tool",
"internationalization",
"translation",
"i18n",
"localization",
"js",
"react"
],
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"jest": "^23.5.0",
"jest-cli": "^23.5.0"
},
"jest": {
"collectCoverageFrom": [
"**/*.{js}",
"!**/node_modules/**"
]
}
}