-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@gadget-inc/babel-plugin-react-displayname",
"version": "1.0.1",
"description": "Babel plugin for automatic React display name generation",
"main": "src/index.js",
"files": ["src/index.js"],
"scripts": {
"test": "jest"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"babel-jest": "^26.6.1",
"jest": "^26.6.1",
"prettier": "^2.1.2"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-react": "^7.0.0"
},
"author": "Kai Li <hello@lik.ai>",
"license": "Apache-2.0",
"keywords": [
"displayName",
"babel",
"react",
"babel-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/gadget-inc/babel-plugin-react-displayname.git"
},
"homepage": "https://github.com/gadget-inc/babel-plugin-react-displayname#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/gadget-inc"
}
}