-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
63 lines (63 loc) · 1.06 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
56
57
58
59
60
61
62
63
{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "deps-opengl-raub",
"version": "7.2.0",
"description": "Binaries and headers for OpenGL-dependent addons",
"license": "MIT",
"main": "index.js",
"keywords": [
"dependency",
"opengl",
"glfw",
"glew",
"gl",
"3d",
"graphics",
"binary",
"library",
"dll",
"headers",
"lib",
"dylib",
"so",
"c++",
"addon",
"bindings",
"native",
"gyp"
],
"files": [
"include",
"index.d.ts",
"index.js",
"install.js",
"GLEW_LICENSE",
"GLFW_ZLIB",
"LICENSE",
"package.json"
],
"scripts": {
"postinstall": "node install",
"eslint": "eslint .",
"test": "node --test --watch",
"test-ci": "node --test"
},
"engines": {
"node": ">=22.14.0",
"npm": ">=10.9.2"
},
"repository": {
"type": "git",
"url": "https://github.com/node-3d/deps-opengl-raub.git"
},
"dependencies": {
"addon-tools-raub": "^9.3.0"
},
"devDependencies": {
"@types/node": "^22.13.4",
"@eslint/js": "^9.20.0",
"eslint": "^9.20.1",
"node-addon-api": "^8.3.0",
"typescript": "^5.7.3"
}
}