-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.34 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "three-glyph",
"version": "0.0.29",
"description": "Provide geometry and material in THREE.js for MSDF (multi-channel signed distance fields) glyph and more",
"main": "src/index.js",
"exports": {
".": "./src/index.js",
"./tsl": "./src/tsl.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite ./examples/simple",
"build": "vite build ./examples/simple"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trinketmage/three-glyph.git"
},
"keywords": [
"bmfont",
"bitmap",
"font",
"text",
"three",
"threejs",
"quad",
"quads",
"batch",
"render",
"fonts",
"layout",
"word",
"wrap",
"word-wrap",
"word-wrapping",
"wrapping",
"glyph",
"glyphs"
],
"author": {
"name": "Tran Rémi",
"email": "[email protected]",
"url": "https://github.com/trinketmage"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/trinketmage/three-glyph/issues"
},
"homepage": "https://github.com/trinketmage/three-glyph#readme",
"dependencies": {
"quad-indices": "^2.0.1",
"three": "^0.170.0",
"word-wrapper": "^1.0.7"
},
"devDependencies": {
"@pangenerator/tweakpane-textarea-plugin": "^2.0.0",
"tweakpane": "^4.0.3",
"vite": "^5.1.0"
}
}