@dvhb/react-intl-messages
Version:
Library for parsing source files and extract react-intl messages
99 lines (98 loc) • 2.44 kB
JSON
{
"name": "@dvhb/react-intl-messages",
"version": "2.4.6",
"description": "Library for parsing source files and extract react-intl messages",
"keywords": [
"lokalise.co",
"react",
"react-intl"
],
"bugs": "https://github.com/sairus2k/react-intl-messages/issues",
"repository": {
"type": "git",
"url": "https://github.com/dvhb/react-intl-messages.git"
},
"license": "MIT",
"author": "Anton Savoskin @sairus2k",
"files": [
"/bin",
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"messages": "./bin/run"
},
"scripts": {
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
"postpack": "rm -f oclif.manifest.json",
"semantic-release": "semantic-release",
"test": "jest",
"posttest": "tslint -p . -t stylish",
"version": "oclif-dev readme && git add README.md",
"lint": "tslint -p tsconfig.json -c tslint.json -t verbose"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "all"
},
"jest": {
"preset": "ts-jest",
"setupFiles": [
"<rootDir>/test/setup.js"
],
"testEnvironment": "node",
"testMatch": [
"<rootDir>/test/**/*.test.js"
]
},
"dependencies": {
"@babel/core": "^7.7.2",
"@oclif/command": "^1.5.19",
"@oclif/config": "^1.13.3",
"@oclif/plugin-help": "^2.2.1",
"babel-plugin-react-intl": "^5.1.2",
"cosmiconfig": "^6.0.0",
"dotenv": "^8.2.0",
"glob": "^7.1.6",
"tslib": "^1.10.0"
},
"devDependencies": {
"@commitlint/cli": "^8.3.3",
"@commitlint/config-conventional": "^8.2.0",
"@dvhb/tslint-config": "^1.0.9",
"@oclif/dev-cli": "^1.22.2",
"@oclif/test": "^1.2.5",
"@types/babel__core": "^7.1.3",
"@types/glob": "^7.1.1",
"@types/node": "^12.12.7",
"babel-preset-react-app": "^9.0.2",
"globby": "^10.0.1",
"husky": "^3.0.9",
"jest": "^24.9.0",
"nock": "^11.7.0",
"semantic-release": "^15.13.30",
"ts-jest": "^24.1.0",
"ts-node": "^8.5.2",
"tslint": "^5.20.1",
"typescript": "^3.7.2"
},
"engines": {
"node": ">=8.0.0"
},
"oclif": {
"commands": "./lib/commands",
"bin": "messages",
"plugins": [
"@oclif/plugin-help"
]
}
}