generated from imtsuki/bupt-ncov-report-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 871 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
{
"name": "bupt-ncov-report-action",
"version": "0.1.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",
"main": "dist/index.js",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc"
},
"dependencies": {
"@actions/core": "^1.2.2",
"got": "^10.5.2",
"node-telegram-bot-api": "^0.40.0",
"tough-cookie": "^3.0.1"
},
"devDependencies": {
"@types/node": "^13.7.0",
"@types/node-telegram-bot-api": "^0.40.2",
"@types/tough-cookie": "^2.3.6",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
}
}