-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "time-helper",
"version": "1.1.1",
"description": "完美校园打卡机",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"main": "node dist/tools/main.js",
"appId": "node dist/tools/appId.js",
"geo": "node dist/tools/geo.js",
"setup": "node dist/tools/setup.js",
"send": "node dist/tools/send.js",
"token": "node dist/tools/token.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/System233/time-helper.git"
},
"keywords": [
"WanXiao",
"Auto",
"Action"
],
"author": "System233",
"license": "MIT",
"bugs": {
"url": "https://github.com/System233/time-helper/issues"
},
"homepage": "https://github.com/System233/time-helper#readme",
"devDependencies": {
"@types/inquirer": "^7.3.1",
"@types/node": "^14.14.13",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"eslint": "^7.18.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"dependencies": {
"axios": "^0.21.0",
"inquirer": "^7.3.3"
}
}