UNPKG

1.15 kBJSONView Raw
1{
2 "name": "babel-plugin-react-intl",
3 "version": "4.1.0",
4 "description": "Extracts string messages for translation from modules that use React Intl.",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/formatjs/formatjs.git"
8 },
9 "license": "BSD-3-Clause",
10 "main": "dist/index.js",
11 "module": "lib/index.js",
12 "types": "lib/index.d.ts",
13 "author": "Eric Ferraiuolo <edf@ericf.me>",
14 "dependencies": {
15 "@babel/core": "^7.4.5",
16 "@babel/helper-plugin-utils": "^7.0.0",
17 "@types/babel__core": "^7.1.2",
18 "fs-extra": "^8.0.1",
19 "intl-messageformat-parser": "^2.1.0"
20 },
21 "scripts": {
22 "clean": "rimraf lib test/fixtures/**/actual.json",
23 "test": "TS_NODE_PROJECT='./tsconfig.cjs.json' cross-env NODE_ENV=test jest",
24 "cover": "npm t -- --coverage",
25 "build": "tsc && tsc -p tsconfig.cjs.json",
26 "prepublishOnly": "npm run build"
27 },
28 "keywords": [
29 "babel-plugin",
30 "react-intl"
31 ],
32 "bugs": {
33 "url": "https://github.com/formatjs/formatjs/issues"
34 },
35 "homepage": "https://github.com/formatjs/formatjs#readme",
36 "gitHead": "32078bc8d41e49050c8ba3288c51b3104a6da9e5"
37}