-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 816 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 816 Bytes
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
30
31
32
{
"name": "@atlaskit/babel-plugin-extract-react-types",
"version": "0.2.0",
"main": "index.js",
"license": "MIT",
"repository": "atlassian/extract-react-types",
"description": "Plugin to allow pretty-proptypes to more easily pull in component data",
"files": [
"index.js"
],
"keywords": [
"react",
"flow",
"typescript",
"prop-types",
"documentation"
],
"author": "Mitchell Hamilton",
"dependencies": {
"@atlaskit/extract-react-types": "^0.30.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-syntax-flow": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-syntax-typescript": "^7.2.0",
"jest-in-case": "^1.0.2"
},
"publishConfig": {
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
}
}