-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.59 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
{
"name": "mach1spatial-Encode",
"version": "1.0.0",
"description": "Mach1 Spatial NodeJS module for Mach1Encode API",
"main": "src/index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint ./src",
"example": "node --experimental-import-meta-resolve -r esm ./configs/browser-sync.js",
"start": "npm run example",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Mach1Studios/NodeJS-Mach1Encode.git"
},
"keywords": [
"Mach1",
"Spatial",
"Mach1Spatial",
"SpatialAudio",
"Spatial",
"Audio"
],
"author": "Mach1",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/Mach1Studios/NodeJS-Mach1Encode/issues"
},
"homepage": "https://github.com/Mach1Studios/NodeJS-Mach1Encode#readme",
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/eslint-parser": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/runtime": "^7.14.5",
"babel-loader": "^8.2.2",
"browser-sync": "^2.26.14",
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"esm": "^3.2.25",
"portscanner": "^2.2.0"
},
"dependencies": {
"@david18284/one-euro-filter": "^1.0.2",
"@tensorflow-models/face-landmarks-detection": "0.0.3",
"@tensorflow/tfjs": "^3.7.0",
"core-js": "^3.14.0",
"os-browserify": "^0.3.0",
"osc-js": "^2.1.2",
"path-browserify": "^1.0.1",
"regenerator-runtime": "^0.13.7",
"stats.js": "^0.17.0",
"three": "^0.129.0"
}
}