-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 751 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "vercel-deploy-with-slack",
"type": "module",
"version": "1.1.1",
"description": "Github Action for Vercel Distribution and Slack Message Transfer",
"main": "dist/index.js",
"author": "univdev <pcydeveloper@gmail.com>",
"license": "ISC",
"scripts": {
"build": "tsc && rollup --config rollup.config.ts --configPlugin typescript"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.0",
"@types/node": "^22.7.5",
"glob": "^11.0.0",
"rollup": "^4.24.0",
"rollup-plugin-multi-input": "^1.5.0",
"tslib": "^2.7.0",
"typescript": "^5.5.3"
},
"dependencies": {
"@actions/core": "^1.11.1"
}
}