-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "font-sniff-api",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node server.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/jsdom": "^16.2.4",
"@types/lodash.isequal": "^4.5.5",
"@types/lodash.uniqwith": "^4.5.6",
"@types/puppeteer-core": "^2.0.0",
"dotenv": "^8.2.0",
"esbuild": "^0.14.8",
"fastify": "^3.5.0",
"fastify-cors": "4.1.0",
"get-urls": "^10.0.0",
"jsdom": "^16.4.0",
"juice": "^7.0.0",
"lodash.isequal": "^4.5.0",
"lodash.uniqwith": "^4.5.0",
"normalize-url": "^5.1.0",
"puppeteer-core": "5.3.1",
"simdi-opentype.js": "^1.3.9",
"svgpath": "^2.3.0",
"text-to-svg": "^3.1.5",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"url-join": "^4.0.1",
"write": "^2.0.0",
"xhr2": "^0.2.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@types/opentype.js": "^1.3.1",
"@types/write": "^2.0.0"
}
}