-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 859 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
42
43
44
{
"private": true,
"name": "gpu-tex-enc",
"version": "1.0.0",
"description": "API and CLI for compressing images using the ASTC, ETC, ETC2, BCn (DXTn) texture compression standard.",
"keywords": [
"compression",
"image-compression",
"astc",
"astcenc",
"etc1",
"etc2",
"etc2comp",
"EtcTool",
"bc1",
"bc2",
"bc3",
"bc4",
"bc5",
"dxt1",
"dxt3",
"dxt5",
"bc7",
"bc7enc",
"GPUTexEncoder"
],
"author": "Denys Denysiuk <[email protected]>",
"license": "Apache-2.0",
"workspaces": [
"packages/gpu-tex-enc",
"packages/@gpu-tex-enc/*"
],
"devDependencies": {
"lerna": "^7.4.2",
"yarn": "^1.22.21"
},
"scripts": {
"release": "lerna publish"
},
"repository": {
"type": "git",
"url": "git://github.com/ddenisyuk/gpu-tex-enc.git"
}
}