-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 2.37 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "unplugin-drop-committed-console",
"type": "module",
"version": "0.1.0",
"description": "",
"author": "KID-joker <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/KID-joker/unplugin-drop-committed-console#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/KID-joker/unplugin-drop-committed-console.git"
},
"bugs": {
"url": "https://github.com/KID-joker/unplugin-drop-committed-console/issues"
},
"keywords": [
"unplugin",
"vite",
"webpack",
"rollup",
"drop-console",
"committed",
"staged"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./farm": {
"types": "./dist/farm.d.ts",
"import": "./dist/farm.js",
"require": "./dist/farm.cjs"
},
"./rollup": {
"types": "./dist/rollup.d.ts",
"import": "./dist/rollup.js",
"require": "./dist/rollup.cjs"
},
"./rspack": {
"types": "./dist/rspack.d.ts",
"import": "./dist/rspack.js",
"require": "./dist/rspack.cjs"
},
"./vite": {
"types": "./dist/vite.d.ts",
"import": "./dist/vite.js",
"require": "./dist/vite.cjs"
},
"./webpack": {
"types": "./dist/webpack.d.ts",
"import": "./dist/webpack.js",
"require": "./dist/webpack.cjs"
},
"./types": {
"types": "./dist/types.d.ts",
"import": "./dist/types.js",
"require": "./dist/types.cjs"
},
"./*": "./*"
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint . --fix",
"typecheck": "tsc"
},
"dependencies": {
"@babel/parser": "^7.25.6",
"@babel/traverse": "^7.25.6",
"@jridgewell/trace-mapping": "^0.3.25",
"@rollup/pluginutils": "^5.1.0",
"magic-string": "^0.30.11",
"unplugin": "^1.11.0",
"which": "^4.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.23.0",
"@types/babel__traverse": "^7.20.6",
"@types/node": "^20.14.11",
"@types/which": "^3.0.4",
"eslint": "^9.7.0",
"tsup": "^8.2.0",
"typescript": "^5.5.3"
}
}