{ "author": "Karel Ledru", "description": "Command Line tool for i18next", "name": "i18next-parser", "version": "3.11.0", "license": "MIT", "main": "dist/index.js", "bin": { "i18next": "./bin/cli.js" }, "scripts": { "test": "mocha -r @babel/register -r @babel/polyfill --recursive test/*.test.js test/**/*.test.js", "watch": "babel src -d dist -w", "build": "prettier --write \"{src,test}/**/*.js\" && babel src -d dist" }, "prettier": { "trailingComma": "es5", "semi": false, "singleQuote": true, "quoteProps": "as-needed", "jsxSingleQuote": true }, "repository": { "type": "git", "url": "https://github.com/i18next/i18next-parser" }, "dependencies": { "broccoli-plugin": "^4.0.5", "cheerio": "^1.0.0-rc.2", "colors": "~1.4.0", "commander": "~7.2.0", "concat-stream": "~2.0.0", "eol": "^0.9.1", "fs-extra": "^9.1.0", "gulp-sort": "^2.0.0", "i18next": "^20.2.1", "js-yaml": "4.1.0", "rsvp": "^4.8.2", "through2": "~4.0.2", "typescript": "^4.2.4", "vinyl": "~2.2.1", "vinyl-fs": "^3.0.2", "vue-template-compiler": "^2.6.11" }, "optionalDependencies": {}, "engines": { "node": ">=10", "npm": ">=6", "yarn": ">=1" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/register": "^7.0.0", "babel-plugin-add-module-exports": "^1.0.4", "broccoli": "^3.5.1", "broccoli-funnel": "^3.0.4", "chai": "^4.1.2", "gulp": "^4.0.0", "mocha": "^8.3.2", "prettier": "2.2.1", "sinon": "^10.0.0" }, "keywords": [ "gulpplugin", "i18next", "parser", "commandline" ] }