ts-transform-react-intl
Version:
Extracts string messages for translation from modules that use React Intl.
62 lines (61 loc) • 1.75 kB
JSON
{
"name": "ts-transform-react-intl",
"version": "0.4.1",
"description": "Extracts string messages for translation from modules that use React Intl.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "rm -rf test/fixture/*.js && tsc && mocha --require ts-node/register test/*.test.ts",
"prettier": "prettier --print-width=120 --tab-width=4 --single-quote --trailing-comma=es5 --no-semi --parser=typescript --write 'src/**/*.ts*' || true",
"prepublishOnly": "tsc",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/longlho/ts-transform-react-intl.git"
},
"keywords": [
"typescript",
"transform",
"react",
"intl",
"i18n",
"react-intl"
],
"author": "Long Ho",
"license": "MIT",
"bugs": {
"url": "https://github.com/longlho/ts-transform-react-intl/issues"
},
"homepage": "https://github.com/longlho/ts-transform-react-intl#readme",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/fs-extra": "^5.0.0",
"@types/glob": "^7.1.1",
"@types/mocha": "^5.0.0",
"@types/node": "^11.9.4",
"@types/react": "^16.7.20",
"@types/react-intl": "^2.3.14",
"chai": "^4.2.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"mocha": "^6.0.2",
"pre-commit": "^1.2.2",
"prettier": "^1.15.3",
"react": "^16.8.1",
"react-intl": "^2.7.2",
"semantic-release": "^15.13.8",
"travis-deploy-once": "^5.0.11",
"ts-node": "^8.0.2"
},
"pre-commit": [
"prettier",
"test"
],
"dependencies": {
"@types/loader-utils": "^1.1.3",
"loader-utils": "^1.1.0",
"typescript": "3"
}
}