-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
54 lines (54 loc) · 1003 Bytes
/
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
{
"author": "Luis Blanco <[email protected]>",
"name": "3d-core-raub",
"version": "5.1.1",
"description": "An extensible Node3D core for desktop applications",
"license": "MIT",
"main": "index.js",
"keywords": [
"core",
"3d",
"node3d",
"opengl",
"webgl",
"glfw",
"graphics",
"gl",
"image"
],
"files": [
"js",
"index.js",
"index.d.ts",
"LICENSE",
"package.json"
],
"engines": {
"node": ">=22.9.0",
"npm": ">=10.8.3"
},
"scripts": {
"eslint": "eslint .",
"test": "node --test --watch",
"test-ci": "node --test"
},
"repository": {
"type": "git",
"url": "https://github.com/node-3d/3d-core-raub.git"
},
"dependencies": {
"addon-tools-raub": "^9.2.0",
"image-raub": "^5.1.0",
"glfw-raub": "^6.3.0",
"webgl-raub": "^5.1.0"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@eslint/js": "^9.17.0",
"@types/three": "0.172.0",
"eslint": "^9.17.0",
"pixelmatch": "^6.0.0",
"three": "0.172.0",
"typescript": "^5.7.2"
}
}