-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 922 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": "adobe-font-scraper",
"version": "1.0.0",
"description": "adobe ttf font scraper",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chiumax/adobe-font-scraper.git"
},
"author": "max",
"license": "MIT",
"bugs": {
"url": "https://github.com/chiumax/adobe-font-scraper/issues"
},
"homepage": "https://github.com/chiumax/adobe-font-scraper#readme",
"dependencies": {
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"get-urls": "^9.2.1",
"helmet": "^4.0.0",
"ioredis": "^4.17.3",
"opentype.js": "^1.3.3",
"path": "^0.12.7",
"puppeteer": "^5.2.1",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"wawoff2": "^1.0.2",
"zip-a-folder": "0.0.12"
},
"engines": {
"node": "14.2.0"
}
}