-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 898 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
{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "3d-webaudio-raub",
"version": "2.0.1",
"description": "WebAudio plugin for Node.js 3D Core",
"license": "MIT",
"main": "index.js",
"keywords": [
"plugin",
"3d",
"node3d",
"webaudio",
"sound",
"audio",
"labsound",
"graphics"
],
"files": [
"index.js",
"index.d.ts",
"LICENSE",
"package.json",
"README.md"
],
"engines": {
"node": ">=18.16.0",
"npm": ">=9.5.1"
},
"scripts": {
"eslint": "eslint .",
"test": "node --test"
},
"repository": {
"type": "git",
"url": "https://github.com/node-3d/3d-webaudio-raub.git"
},
"dependencies": {
"webaudio-raub": "^4.0.0"
},
"devDependencies": {
"3d-core-raub": "^4.2.0",
"@types/node": "^20.8.3",
"@types/three": "^0.158.1",
"eslint-plugin-node": "^11.1.0",
"eslint": "^8.51.0",
"three": "^0.158.0",
"typescript": "^5.2.2"
}
}