forked from elvinyhlee/lihkg-icons
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 928 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
{
"name": "lihkg-icons",
"version": "1.0.0",
"description": "Collection of icons from [LIHKG (連登)](https://lihkg.com/)",
"main": "src/index.ts",
"scripts": {
"start": "ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leokwsw/lihkg-icons.git"
},
"keywords": [
"lihkg"
],
"author": "leo wu",
"license": "ISC",
"bugs": {
"url": "https://github.com/leokwsw/lihkg-icons/issues"
},
"homepage": "https://github.com/leokwsw/lihkg-icons#readme",
"dependencies": {
"adm-zip": "^0.5.10",
"fs-extra": "^10.0.1",
"jsdom": "^16.4.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"superagent": "^8.1.2"
},
"devDependencies": {
"@types/adm-zip": "^0.5.5",
"@types/fs-extra": "^11.0.4",
"@types/jsdom": "^16.2.4",
"@types/node": "^17.0.21",
"@types/request-promise-native": "^1.0.17"
}
}