2024-03-26 14:03:46 +08:00
|
|
|
{
|
|
|
|
"name": "workerjscloudflareimagebed",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "workerjscloudflareimagebed",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2024-03-27 14:47:03 +08:00
|
|
|
"build1": "node cloudflare-page-build/scripts/quick-build.js",
|
|
|
|
"build2": "node cloudflare-page-build/scripts/Build_Tools-TGPH.js",
|
2024-03-28 14:34:03 +08:00
|
|
|
"build3": "node cloudflare-page-build/scripts/Build_Tools-IMGProxy.js",
|
2024-05-22 16:13:16 +08:00
|
|
|
"build4": "node cloudflare-page-build/scripts/Build_Tools-GoogleCache.js",
|
2024-05-22 16:11:29 +08:00
|
|
|
"build": "npm run build1 && npm run build2 && npm run build3 && npm run build4"
|
2024-03-26 14:03:46 +08:00
|
|
|
},
|
|
|
|
"author": "BlueSkyXN",
|
|
|
|
"license": "GPLv3",
|
|
|
|
"dependencies": {}
|
|
|
|
}
|
|
|
|
|