forked from imtsuki/bupt-ncov-report-action
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 901 Bytes
/
package.json
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
33
{
"name": "bupt-ncov-report-action",
"version": "0.2.0",
"description": "Automatically submit the 2019-nCoV report sheet of BUPT using GitHub Actions",
"repository": {
"type": "git",
"url": "https://github.com/imtsuki/bupt-ncov-report-action"
},
"author": "imtsuki",
"license": "MIT",
"type": "module",
"scripts": {
"start": "ts-node --esm src/index.ts",
"build": "tsc"
},
"dependencies": {
"@actions/core": "^1.6.0",
"got": "^12.0.3",
"node-telegram-bot-api": "^0.56.0",
"push-all-in-one": "^2.3.0",
"tough-cookie": "^4.0.0"
},
"devDependencies": {
"@types/node": "^16",
"@types/node-telegram-bot-api": "^0.56.0",
"@types/tough-cookie": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"ts-node": "^10.9.1",
"typescript": "^4.6.3"
}
}