@kfed/eslint-plugin-i18n
Version:
Plugin for eslint, that should reduce (for me) monkey job on implementing i18n for Contentmart
41 lines (40 loc) • 983 B
JSON
{
"name": "@kfed/eslint-plugin-i18n",
"version": "0.0.8",
"description": "Plugin for eslint, that should reduce (for me) monkey job on implementing i18n for Contentmart",
"repository": "https://github.com/Kyr/eslint-plugin-i18n",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "NODE_ENV=test npm run unit-test",
"unit-test": "NODE_ENV=test istanbul cover --dir __reports__/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot",
"publish": "npm publish --access=public"
},
"author": "Kyrylo F. Fedorov",
"license": "MIT",
"devDependencies": {
"babel-eslint": "8.2.x",
"eslint": "5.5.x",
"istanbul": "0.4.5",
"mocha": "5.2.x"
},
"peerDependencies": {
"eslint": "^5.0.0"
},
"engines": {
"node": ">=6"
},
"keywords": [
"eslint",
"eslint-plugin",
"eslintplugin",
"i18n",
"contentmart",
"cmi"
],
"dependencies": {
"uuid": "3.3.x"
}
}