-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 891 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
30
31
32
33
34
35
36
37
{
"name": "babel-plugin-dev-expression",
"version": "0.2.3",
"description": "A mirror of Facebook's dev-expression Babel plugin",
"files": [
"*.js"
],
"main": "dev-expression.js",
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/4Catalyzer/babel-plugin-dev-expression.git"
},
"keywords": [
"facebook",
"react",
"babel",
"dev-expression"
],
"author": "Jimmy Jia",
"license": "MIT",
"bugs": {
"url": "https://github.com/4Catalyzer/babel-plugin-dev-expression/issues"
},
"homepage": "https://github.com/4Catalyzer/babel-plugin-dev-expression#readme",
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
"codecov": "^3.8.1",
"jest": "^26.6.3",
"prettier": "^2.4.1"
}
}