UNPKG

@transifex/native

Version:
61 lines (60 loc) 1.85 kB
{ "name": "@transifex/native", "version": "7.1.4", "description": "i18n framework using Transifex Native", "keywords": [ "transifex", "i18n", "l10n", "localization", "internationalization", "globalization", "translation" ], "author": "Transifex", "homepage": "https://github.com/transifex/transifex-javascript/tree/master/packages/native", "license": "Apache-2.0", "main": "dist/node.native.js", "browser": "dist/browser.native.js", "types": "dist/node.native.d.ts", "publishConfig": { "access": "public" }, "repository": "git://github.com/transifex/transifex-javascript.git", "scripts": { "lint": "eslint src/ tests/", "build": "NODE_ENV=production webpack --config ./webpack.config.js && cp src/index.d.ts dist/node.native.d.ts", "test": "NODE_ENV=test webpack --config webpack.test.js && nyc --reporter=text mocha --exit dist/test.native.js --require source-map-support/register && rm -f ./dist/test.*", "publish-npm": "npm publish" }, "bugs": { "url": "https://github.com/transifex/transifex-javascript/issues" }, "engines": { "node": ">=16.0.0" }, "browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead", "devDependencies": { "@babel/core": "^7.23.7", "@babel/plugin-transform-runtime": "^7.23.7", "@babel/preset-env": "^7.23.8", "@babel/runtime": "^7.23.8", "babel-loader": "^9.1.3", "chai": "^5.0.0", "eslint": "^8.56.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.29.1", "glob": "^8.1.0", "mocha": "^10.2.0", "nock": "13.5.0", "nyc": "^15.1.0", "source-map-support": "^0.5.21", "webpack": "^5.89.0", "webpack-cli": "^5.1.4" }, "dependencies": { "cross-fetch": "^4.0.0", "intl-messageformat": "^10.5.14", "md5": "^2.3.0" } }