-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.29 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.29 KB
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
{
"name": "@sysce/stomp",
"main": "lib/index.cjs",
"description": "Back.",
"version": "2.0.0",
"homepage": "https://github.com/sysce/stomp",
"bugs": {
"url": "https://github.com/sysce/stomp/issues",
"email": "tomp@sys32.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/sysce/stomp.git"
},
"author": {
"name": "TOMP Development",
"email": "tomp@sys32.dev",
"url": "https://github.com/tomphttp"
},
"keywords": [
"proxy",
"tomp",
"tomphttp",
"sys32"
],
"scripts": {
"build": "cross-env NODE_ENV=production webpack-cli",
"dev": "cross-env NODE_ENV=development webpack-cli",
"watch": "cross-env NODE_ENV=development webpack-cli --watch"
},
"license": "GPL-3.0",
"type": "module",
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8.31.0",
"prettier": "^2.8.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@javascript-obfuscator/escodegen": "^2.3.0",
"@tomphttp/bare-client": "^2.0.0-beta.1",
"ast-types": "^0.14.2",
"cache-control-parser": "^2.0.2",
"css-tree": "^2.3.1",
"effective-domain-name-parser": "^0.0.10",
"idb": "^7.1.1",
"md5": "^2.3.0",
"meriyah": "^4.3.3",
"mime": "^3.0.0",
"parse5": "^7.1.2",
"set-cookie-parser": "^2.5.1",
"srcset": "^5.0.0"
},
"files": [
"dist",
"lib"
]
}