forked from cpietsch/vikus-viewer-script
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 780 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
{
"name": "vikus-viewer-script",
"version": "2.0.4",
"description": "Preprocessing scripts for vikus-viewer",
"author": {
"name": "Christopher Pietsch",
"url": "https://chrispie.com"
},
"keywords": [
"vikus-viewer",
"vikus-viewer-script",
"resize"
],
"homepage": "https://github.com/cpietsch/vikus-viewer-script",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/cpietsch/vikus-viewer-script.git"
},
"bin": {
"vikus-viewer-script": "bin/textures"
},
"main": "src/index.js",
"scripts": {},
"engines": {
"node": ">=16.15.1"
},
"dependencies": {
"@mapbox/shelf-pack": "^3.2.0",
"sharpsheet": "^0.0.8",
"glob": "^8.0.3",
"sharp": "^0.30.6",
"yargs": "^17.5.1"
}
}