-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 KB
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
{
"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": {
"@webgpu/types": "0.1.53",
"cables-shared-client": "file:../shared/client/"
},
"devDependencies": {
"@k88/module-scope-plugin": "1.1.0",
"git-last-commit": "1.0.1",
"gulp": "5.0.0",
"gulp-json-schema": "1.0.0",
"raw-loader": "4.0.2",
"terser-webpack-plugin": "5.3.10",
"webpack": "5.91.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "6.0.1"
},
"scripts": {
"postinstall": "cd src/corelibs/ && npm install --no-save --ignore-scripts cables",
"build": "gulp build",
"build:live": "gulp build",
"watch": "gulp watch",
"analyze": "gulp analyze",
"test": "gulp --gulpfile gulpfile_tests.js"
},
"repository": {
"type": "git",
"url": "git@github.com:cables-gl/cables.git"
},
"author": ""
}