-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 825 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 825 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
27
28
29
30
31
32
{
"name": "traq-webhook",
"version": "5.0.5",
"description": "traQ に github actions + webhook を用いて投稿するようのやつ",
"main": "index.js",
"scripts": {
"bundle": "ncc build index.js -o dist --source-map --license licenses.txt",
"deploy": "./bin/deploy.ts",
"fix": "biome check --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/SSlime-s/traq-webhook.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SSlime-s/traq-webhook/issues"
},
"homepage": "https://github.com/SSlime-s/traq-webhook#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"crypto": "^1.0.1",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@vercel/ncc": "^0.38.3"
}
}