UNPKG

747 BJSONView Raw
1{
2 "name": "@babel/plugin-transform-flow-comments",
3 "version": "7.8.3",
4 "description": "Turn flow type annotations into comments",
5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments",
6 "license": "MIT",
7 "publishConfig": {
8 "access": "public"
9 },
10 "main": "lib/index.js",
11 "keywords": [
12 "babel-plugin"
13 ],
14 "dependencies": {
15 "@babel/generator": "^7.8.3",
16 "@babel/helper-plugin-utils": "^7.8.3",
17 "@babel/plugin-syntax-flow": "^7.8.3"
18 },
19 "peerDependencies": {
20 "@babel/core": "^7.0.0-0"
21 },
22 "devDependencies": {
23 "@babel/core": "^7.8.3",
24 "@babel/helper-plugin-test-runner": "^7.8.3"
25 },
26 "gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
27}