-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "hubs-glb-tools",
"version": "1.0.0",
"description": "Tools for working with glb files for Hubs",
"main": "dist/hubs-glb-tools.js",
"source": "src/index.ts",
"types": "dist/index.d.ts",
"scripts": {
"dist": "microbundle --format cjs",
"watch": "microbundle watch --format cjs",
"prepare": "npm run dist"
},
"bin": {
"hubs-glb": "bin/cli.js"
},
"license": "MPL-2.0",
"dependencies": {
"@caporal/core": "^2.0.2",
"@gltf-transform/cli": "^0.12.7",
"@gltf-transform/core": "^0.12.7",
"@gltf-transform/extensions": "^0.12.7",
"@gltf-transform/functions": "^0.12.7",
"connect-static-file": "^2.0.0",
"cors": "^2.8.5",
"draco3dgltf": "^1.5.2",
"express": "^4.17.1",
"https": "^1.0.0",
"selfsigned": "^1.10.8",
"ws": "^7.4.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"microbundle": "^0.13.0",
"prettier": "^2.2.1",
"source-map-support": "^0.5.19",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}