-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 832 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
{
"name": "vite-plugin-console-line",
"version": "0.4.0",
"description": "Add 'console.log' file location and line number infomation in the code.",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"scripts": {
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lq9958/vite-plugin-console-line.git"
},
"files": [
"lib"
],
"keywords": [
"log",
"vite",
"console",
"console.log",
"vite-plugin"
],
"author": "lq9958<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lq9958/vite-plugin-console-line/issues"
},
"homepage": "https://github.com/lq9958/vite-plugin-console-line#readme",
"devDependencies": {
"vite": "^4.4.9"
},
"dependencies": {
"path-browserify": "^1.0.1"
}
}