mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-23 15:49:10 +00:00
20 lines
457 B
JSON
20 lines
457 B
JSON
{
|
|
"name": "slack",
|
|
"version": "3.0.2766",
|
|
"description": "Slack invite page for Slack",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "echo 'no tests'",
|
|
"audit": "npm-audit-ci-wrapper --threshold=high"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"slackin-extended": "^1.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"npm-audit-ci-wrapper": "^2.5.1"
|
|
}
|
|
}
|