-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 834 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
38
39
40
41
{
"name": "text2image",
"version": "1.2.1",
"description": "Create image from text",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node index.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nurutomo/text2image.git"
},
"keywords": [
"text",
"svg",
"image",
"converter",
"sharp"
],
"author": "Nurutomo",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Nurutomo/text2image/issues"
},
"homepage": "https://github.com/Nurutomo/text2image#readme",
"dependencies": {
"emoji-regex": "^9.2.0",
"jsdom": "^16.4.0",
"opentype.js": "^1.3.3",
"points": "^3.2.0",
"sharp": "^0.26.2",
"svg-points": "^6.0.1"
},
"devDependencies": {
"mocha": "^8.2.1"
}
}