-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 710 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 710 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": "babel-plugin-dev-debug",
"version": "1.0.1",
"description": "an babel plugin that for dev debug",
"main": "index.js",
"scripts": {
"test": "jest"
},
"files": [
"index.js",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cuixiaorui/babel-plugin-dev-debug.git"
},
"keywords": [
"debug",
"babel-plugin",
"dev"
],
"author": "cui_xiaorui@126.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/cuixiaorui/babel-plugin-dev-debug/issues"
},
"homepage": "https://github.com/cuixiaorui/babel-plugin-dev-debug#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"jest": "^26.6.3"
}
}