-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.01 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
{
"author": "Luis Blanco <[email protected]>",
"name": "deps-labsound-raub",
"version": "4.0.0",
"description": "Binaries and headers for LabSound-dependent compilation",
"license": "MIT",
"main": "index.js",
"keywords": [
"dependency",
"labsound",
"engine",
"audio",
"sound",
"binary",
"library",
"dll",
"headers",
"lib",
"dylib",
"so",
"c++",
"addon",
"bindings",
"native",
"gyp"
],
"files": [
"hrtf",
"include",
"index.js",
"install.d.ts",
"install.js",
"LABSOUND_BSD",
"LICENSE",
"package.json",
"README.md"
],
"scripts": {
"postinstall": "node install",
"eslint": "eslint .",
"test": "node --test"
},
"engines": {
"node": ">=18.16.0",
"npm": ">=9.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/node-3d/deps-labsound-raub.git"
},
"dependencies": {
"addon-tools-raub": "^7.3.0"
},
"devDependencies": {
"eslint-plugin-node": "^11.1.0",
"eslint": "^8.51.0",
"node-addon-api": "^7.0.0",
"typescript": "^5.2.2"
}
}