forked from node-3d/webgl-raub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.11 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
{
"author": "Luis Blanco <[email protected]>",
"name": "webgl-raub",
"version": "2.2.6",
"description": "WebGL for Node.js",
"license": "MIT",
"main": "index.js",
"keywords": [
"addon",
"webgl",
"opengl",
"gl",
"graphics",
"window",
"c++",
"bindings",
"native",
"gyp"
],
"files": [
"js",
"core.js",
"index.js",
"index.d.ts",
"install.js",
"LICENSE",
"package.json",
"README.md"
],
"engines": {
"node": ">=14.16.0",
"npm": ">=6.14.1"
},
"scripts": {
"postinstall": "node install",
"eslint": "eslint .",
"build": "cd src && node-gyp rebuild && cd ..",
"test": "jest --coverage=false --watch",
"test-ci": "jest --coverage=false --verbose",
"test-coverage": "rm -rf doc/jest && jest --coverage --silent"
},
"repository": {
"type": "git",
"url": "https://github.com/node-3d/webgl-raub.git"
},
"dependencies": {
"addon-tools-raub": "5.3.x",
"deps-opengl-raub": "4.0.x",
"segfault-raub": "1.2.x"
},
"devDependencies": {
"eslint": "7.31.0",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-node": "11.1.0",
"jest": "27.0.6",
"typescript": "4.3.5"
}
}