forked from facebook/fbt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1006 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "fb-babel-plugin-utils",
"//version": "Follow SemVer specs at https://semver.org/",
"version": "0.13.0",
"description": "Common Babel 7 utils for FB",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/generator": "^7.0.0",
"@babel/parser": "^7.7.4",
"@babel/plugin-syntax-class-properties": "^7.0.0",
"@babel/plugin-syntax-flow": "^7.7.4",
"@babel/plugin-syntax-jsx": "^7.0.0",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-syntax-numeric-separator": "^7.2.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-optional-catch-binding": "^7.0.0",
"@babel/plugin-syntax-optional-chaining": "^7.0.0",
"json-diff": "^0.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/fbt",
"directory": "packages/fb-babel-plugin-utils"
},
"scripts": {
"publish_to_npm_latest": "yarn publish . && git push --tags && git push"
}
}