UNPKG

locizer

Version:
54 lines (53 loc) 1.58 kB
{ "name": "locizer", "version": "3.4.3", "description": "locize connector", "main": "dist/commonjs/index.js", "jsnext:main": "dist/es/index.js", "module": "dist/es/index.js", "keywords": [ "locize", "i18next-service", "translation", "localization as a service" ], "homepage": "https://github.com/locize/locizer", "bugs": "https://github.com/locize/locizer/issues", "repository": { "type": "git", "url": "git://github.com/locize/locizer.git" }, "dependencies": { "i18next-browser-languagedetector": "7.2.2", "i18next-locize-backend": "6.5.5", "locize-lastused": "3.4.3" }, "devDependencies": { "@babel/core": "^7.22.5", "@babel/plugin-transform-runtime": "^7.22.5", "@babel/preset-env": "^7.22.5", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^25.0.1", "@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-terser": "0.4.3", "babel-eslint": "10.0.3", "babelify": "10.0.0", "chai": "4.3.7", "coveralls": "3.1.1", "cpy-cli": "^4.2.0", "eslint": "8.43.0", "eslint-config-airbnb": "19.0.4", "mocha": "10.2.0", "rimraf": "5.0.1", "rollup": "3.25.1" }, "scripts": { "tdd": "karma start karma.conf.js", "build": "rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./", "test": "npm run build", "preversion": "npm run test && npm run build && git push", "postversion": "git push && git push --tags" }, "author": "Jan Mühlemann <jan.muehlemann@gmail.com> (https://github.com/jamuhl)", "license": "MIT" }