forked from opbeat/babel-plugin-add-react-displayname
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.07 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
{
"name": "babel-plugin-react-displayname-path",
"version": "1.1.0",
"description": "Babel plugin to display React components names with file path prefix",
"main": "index.js",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/preset-react": "^7.9.4",
"eslint": "^6.8.0",
"mocha": "^7.1.2",
"prettier": "^2.0.5"
},
"scripts": {
"test": "mocha",
"lint": "eslint ./index.js ./test/tests.js",
"pretty": "prettier --check ./index.js ./test/tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergei-startsev/babel-plugin-react-displayname-path.git"
},
"author": "Sergei Startsev",
"contributors": [
"Aliaksei Sapach",
"Aliaksandr Yermalayeu",
"Sergei Startsev"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sergei-startsev/babel-plugin-react-displayname-path/issues"
},
"homepage": "https://github.com/sergei-startsev/babel-plugin-react-displayname-path#readme"
}