-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "@novorender/ts",
"private": true,
"version": "0.5.17",
"description": "",
"scripts": {
"start": "npm i && npm run build:ts && npm run build",
"watch": "tsc --noEmit --watch",
"build:ts": "cd build && tsc && cd ..",
"build:ts:watch": "cd build && tsc --watch && cd ..",
"build": "node ./build.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/novorender/ts.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/novorender/ts/issues"
},
"homepage": "https://github.com/novorender/ts#readme",
"devDependencies": {
"@types/ejs": "^3.1.2",
"@types/node": "^20.4.1",
"@types/serviceworker": "^0.0.68",
"comlink": "^4.4.1",
"ejs": "^3.1.9",
"esbuild": "^0.18.17",
"typescript": "^5.6.2"
},
"dependencies": {
"@novorender/wasm": "^0.1.3",
"gl-matrix": "^3.4.3",
"tslib": "^2.6.2"
}
}