-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.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
{
"name": "@sysce/stomp",
"main": "lib/index.cjs",
"description": "Back.",
"version": "1.0.1",
"homepage": "https://github.com/sysce/stomp",
"bugs": {
"url": "https://github.com/sysce/stomp/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/sysce/stomp.git"
},
"author": {
"name": "TOMP Development",
"email": "[email protected]",
"url": "https://github.com/tomphttp"
},
"keywords": [
"proxy",
"tomp",
"tomphttp",
"sys32"
],
"scripts": {
"build": "cross-env NODE_ENV=production webpack-cli",
"build:dev": "cross-env NODE_ENV=development webpack-cli",
"build:watch": "cross-env NODE_ENV=development webpack-cli --watch"
},
"license": "GPL-3.0",
"type": "module",
"devDependencies": {
"cross-env": "^7.0.3",
"esbuild": "^0.19.11",
"eslint": "^8.23.1",
"prettier": "^2.6.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@javascript-obfuscator/escodegen": "^2.3.0",
"@tomphttp/bare-client": "^1.0.5",
"acorn": "^8.8.1",
"ast-types": "^0.14.2",
"cache-control-parser": "^2.0.2",
"css-tree": "^2.2.1",
"effective-domain-name-parser": "^0.0.10",
"idb": "^7.0.2",
"md5": "^2.3.0",
"meriyah-loose": "github:sysce/meriyah-loose",
"mime": "^3.0.0",
"parse5": "^7.1.1",
"set-cookie-parser": "^2.5.1",
"srcset": "^5.0.0"
},
"files": [
"dist",
"lib"
]
}