-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.29 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": "@spotter-app/ml-plugin",
"version": "1.0.0",
"description": "",
"main": "./build/index.js",
"bin": {
"start": "./build/index.js"
},
"scripts": {
"start": "webpack --progress --mode development --watch",
"build": "webpack --mode production && pkg ."
},
"pkg": {
"scripts": "build/**/*.js",
"assets": [
"assets/**/*",
"build/*.node"
],
"targets": [
"node14-linux",
"node14-macos-x64"
],
"outputPath": "build/"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@spotter-app/core": "^2.0.2",
"@types/node": "^18.11.9",
"@types/websocket": "^1.0.5",
"bufferutil": "^4.0.7",
"node-fetch": "^3.2.10",
"node-loader": "^2.0.0",
"nodemon-webpack-plugin": "^4.8.1",
"pkg": "^5.8.0",
"rsocket-core": "^1.0.0-alpha.3",
"rsocket-tcp-client": "^1.0.0-alpha.3",
"socket.io-client": "3.1.2",
"ts-loader": "^9.4.1",
"tsc-watch": "^5.0.3",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"websocket": "^1.0.34"
},
"optionalDependencies": {
"utf-8-validate": "^5.0.10"
},
"dependencies": {
"@paymoapp/active-window": "^1.2.0",
"@types/ws": "^8.5.3",
"node-clipboardy": "^1.0.3",
"ws": "^8.10.0"
}
}