mirror of
https://github.com/System-End/slack-simplyplural.git
synced 2026-04-19 15:18:20 +00:00
22 lines
441 B
JSON
22 lines
441 B
JSON
{
|
|
"name": "slack-simplyplural",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"dev": "tsx index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@slack/web-api": "^7.9.1",
|
|
"canvas": "^3.1.0",
|
|
"toml": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/node": "^22.15.17",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"private": true
|
|
}
|