30 lines
713 B
JSON
30 lines
713 B
JSON
{
|
|
"name": "derdackbhomwebhook",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "npx webpack --config webpack.config.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.7",
|
|
"@babel/preset-env": "^7.23.8",
|
|
"babel-loader": "^9.1.3",
|
|
"webpack": "^5.89.0",
|
|
"webpack-bundle-analyzer": "^4.10.1",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-node-externals": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"deepmerge": "^4.3.1",
|
|
"derdackbhomwebhook": "file:",
|
|
"dotenv": "^16.3.1",
|
|
"mustache": "^4.2.0",
|
|
"request": "^2.8.2"
|
|
}
|
|
}
|