2022-04-18 23:47:23 +03:00
|
|
|
{
|
|
|
|
"name": "utils-bundle",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-06-13 20:31:30 +03:00
|
|
|
"esbuild": "node build.js",
|
2022-04-18 23:47:23 +03:00
|
|
|
"build": "npm ci && npm run esbuild -- --minify",
|
|
|
|
"watch": "npm ci && npm run esbuild -- --watch --sourcemap",
|
|
|
|
"generate-license": "node ../../../../utils/generate_third_party_notice.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-19 03:50:25 +03:00
|
|
|
"colors": "1.4.0",
|
|
|
|
"commander": "8.3.0",
|
2022-04-19 07:47:18 +03:00
|
|
|
"debug": "^4.3.4",
|
2022-04-22 03:30:17 +03:00
|
|
|
"glob": "^7.1.3",
|
2022-04-18 23:47:23 +03:00
|
|
|
"https-proxy-agent": "5.0.0",
|
2022-06-17 19:40:20 +03:00
|
|
|
"jpeg-js": "0.4.4",
|
2022-04-19 06:20:49 +03:00
|
|
|
"mime": "^3.0.0",
|
2022-04-19 07:47:18 +03:00
|
|
|
"minimatch": "^3.1.2",
|
2022-04-19 06:20:49 +03:00
|
|
|
"pngjs": "6.0.0",
|
|
|
|
"progress": "2.0.3",
|
2022-04-18 23:47:23 +03:00
|
|
|
"proper-lockfile": "4.1.2",
|
|
|
|
"proxy-from-env": "1.1.0",
|
2022-04-22 03:30:17 +03:00
|
|
|
"rimraf": "^3.0.2",
|
2022-04-18 23:47:23 +03:00
|
|
|
"socks-proxy-agent": "6.1.1",
|
|
|
|
"stack-utils": "2.0.5",
|
2022-04-19 06:20:49 +03:00
|
|
|
"ws": "8.4.2"
|
2022-04-19 03:50:25 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/debug": "^4.1.7",
|
2022-04-22 03:30:17 +03:00
|
|
|
"@types/glob": "^7.2.0",
|
2022-04-19 06:20:49 +03:00
|
|
|
"@types/mime": "^2.0.3",
|
2022-04-19 07:47:18 +03:00
|
|
|
"@types/minimatch": "^3.0.5",
|
2022-04-19 06:20:49 +03:00
|
|
|
"@types/pngjs": "^6.0.1",
|
|
|
|
"@types/progress": "^2.0.5",
|
2022-04-19 03:50:25 +03:00
|
|
|
"@types/proper-lockfile": "^4.1.2",
|
|
|
|
"@types/proxy-from-env": "^1.0.1",
|
|
|
|
"@types/rimraf": "^3.0.2",
|
2022-04-19 06:20:49 +03:00
|
|
|
"@types/stack-utils": "^2.0.1",
|
|
|
|
"@types/ws": "8.2.2"
|
2022-04-18 23:47:23 +03:00
|
|
|
}
|
|
|
|
}
|