-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@juniper-lib/util",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "tsc --build --verbose && npm run build --ws --if-present",
"clean": "tsc --build --clean",
"force-build": "tsc --build --verbose --force",
"watch": "tsc --build --watch & npm run watch --ws --if-present",
"juniper-build": "npm run build"
},
"authors": [
"Sean T. McBeth <[email protected]>"
],
"devDependencies": {
"typescript": "5.6.2"
},
"workspaces": [
"JS/appshell",
"JS/audio",
"JS/ble",
"JS/cedrus",
"JS/collections",
"JS/copy-assets",
"JS/dom",
"JS/emoji",
"JS/esbuild",
"JS/events",
"JS/fetcher-worker",
"JS/fetcher",
"JS/geo",
"JS/google-maps",
"JS/graphics2d",
"JS/hax",
"JS/indexdb",
"JS/mediatypes",
"JS/progress",
"JS/speech",
"JS/testing",
"JS/tests",
"JS/three-dee",
"JS/threejs",
"JS/timers",
"JS/types",
"JS/units",
"JS/util",
"JS/video",
"JS/webgl",
"JS/webgpu",
"JS/webrtc",
"JS/widgets",
"JS/workers",
"JS/zip"
]
}