-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
41 lines (41 loc) · 1.04 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": "cables",
"private": true,
"version": "1.0.0",
"description": "something something cables .",
"keywords": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/cables-gl/cables/issues"
},
"homepage": "https://github.com/cables-gl/cables#readme",
"main": "src/core/index.js",
"type": "module",
"engines": {
"node": "20.13.1"
},
"dependencies": {
"git-last-commit": "1.0.1",
"gl-matrix": "3.1.0",
"cables-shared-client": "file:../shared/client/"
},
"devDependencies": {
"gulp": "5.0.0",
"raw-loader": "^4.0.2",
"webpack": "5.91.0",
"terser-webpack-plugin": "5.3.10",
"webpack-bundle-analyzer": "4.10.2"
},
"scripts": {
"build": "gulp build",
"build:live": "gulp build",
"watch": "gulp watch",
"start": "gulp",
"analyze": "gulp analyze"
},
"repository": {
"type": "git",
"url": "[email protected]:cables-gl/cables.git"
},
"author": ""
}