-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.12 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
42
43
44
45
46
47
48
49
{
"name": "@freddyzeng/funlog",
"description": "A tool for insert log to function of js and ts and vue,insert log to content of css and less and sass",
"version": "0.0.7",
"author": "freddyzeng @FreddyZeng",
"bin": {
"funlog": "./bin/run"
},
"bugs": "https://github.com/freddyzeng/funlog/issues",
"dependencies": {
"@babel/preset-env": "^7.11.5",
"@oclif/color": "^0.1.2",
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/plugin-help": "^3.2.0",
"glob": "^7.1.6",
"jscodeshift": "^0.11.0",
"pure-uuid": "^1.6.1",
"vue-template-compiler": "^2.6.12"
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/bin",
"/src"
],
"homepage": "https://github.com/freddyzeng/funlog",
"keywords": [
"debug",
"console",
"log",
"function",
"babel-plugin"
],
"license": "MIT",
"main": "src/index.js",
"oclif": {
"bin": "funlog"
},
"repository": "freddyzeng/funlog",
"scripts": {
"test": "echo NO TESTS",
"version": "oclif-dev readme && git add README.md"
}
}