-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 942 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
38
39
40
41
42
{
"name": "webpack-plugin-terminal",
"version": "1.0.2",
"description": "Log in the node terminal from the browser",
"main": "./dist/index",
"scripts": {
"build": "tsup",
"dev": "tsup --watch src"
},
"files": [
"package.json",
"dist",
"*.d.ts",
"README.md",
"LICENSE"
],
"keywords": [
"terminal",
"webpack-terminal-plugin",
"webpack-plugin",
"webpack"
],
"author": "zenotsai",
"license": "ISC",
"peerDependencies": {
"html-webpack-plugin": ">=4.4.1",
"webpack-dev-server": ">=4.0.0",
"webpack": ">=4.40.0"
},
"dependencies": {
"@types/webpack": "^5.28.0",
"insert-string-after": "^1.0.0",
"kolorist": "^1.5.1",
"picocolors": "^1.0.0",
"readline": "^1.3.0",
"tsup": "^5.12.5",
"typescript": "^4.6.3",
"ufo": "^0.8.3",
"webpack-plugin-terminal": "file:.yalc/webpack-plugin-terminal",
"webpack-sources": "^3.2.3"
}
}