-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "phaneron",
"version": "0.0.15",
"description": "Clustered, accelerated and cloud-fit video server, pre-assembled and in kit form.",
"main": "dist/index.js",
"repository": "https://github.com/Streampunk/phaneron.git",
"author": "Richard Cartwright <[email protected]>",
"license": "GPL-3.0",
"private": false,
"scripts": {
"build": "trash dist && yarn build:main",
"build:main": "tsc -p tsconfig.json",
"lint": "eslint . --ext .ts",
"lint:fix": "yarn lint --fix",
"start": "node dist/index.js"
},
"dependencies": {
"@koa/cors": "3",
"beamcoder": "^0.7.1",
"koa": "^2.13.4",
"macadam": "^2.0.18",
"naudiodon": "^2.3.6",
"nodencl": "^1.4.2",
"redioactive": "0.0.20",
"ts-osc": "^0.3.2"
},
"devDependencies": {
"@types/koa": "2.13.3",
"@types/koa__cors": "3.0.2",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.1",
"trash-cli": "^5.0.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}