You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
658 B
24 lines
658 B
{
|
|
"name": "xmpp-s3-external",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/worker.js",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"dev": "wrangler -c wrangler.dev.toml dev",
|
|
"publish-dev": "wrangler -c wrangler.dev.toml publish",
|
|
"publish-prod": "BUILD_ENV=production wrangler -c wrangler.prod.toml publish",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "PeterCxy",
|
|
"license": "AGPL-3.0",
|
|
"devDependencies": {
|
|
"coffee-loader": "^3.0.0",
|
|
"coffeescript": "^2.6.1",
|
|
"fast-xml-parser": "^4.0.0-beta.2",
|
|
"json-loader": "^0.5.7",
|
|
"webpack": "^5.64.3",
|
|
"webpack-cli": "^4.9.1"
|
|
}
|
|
}
|