-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 989 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
34
35
36
37
{
"dependencies": {
"puppeteer": "^21.3.8",
"ts-md5": "^1.3.1"
},
"type": "commonjs",
"name": "ukeysuite",
"version": "1.0.0",
"description": "A suite to retrieve course information, keep a database and download items from UKEY (Uludağ KEY)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"/README.md",
"/README.tr.md",
"/LICENSE"
],
"devDependencies": {
"@types/node": "^20.8.3",
"typescript": "^5.2.2"
},
"scripts": {
"test": "tsc && node dist/playground.js",
"build": "tsc",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fybx/ukeysuite.git"
},
"author": "Ferit Yiğit BALABAN",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/fybx/ukeysuite/issues"
},
"homepage": "https://github.com/fybx/ukeysuite#readme"
}