-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 796 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 796 Bytes
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
{
"name": "freeshow-api",
"version": "1.0.6",
"description": "Control the FreeShow software from anywhere with its API",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc && node add-js-extension.js",
"postbuild": "node dist/generate.js",
"test": "node dist/tests/rest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vassbo/freeshow-api.git"
},
"keywords": [
"freeshow",
"api"
],
"author": "vassbo",
"license": "ISC",
"homepage": "https://github.com/vassbo/freeshow-api#readme",
"devDependencies": {
"@types/node": "^22.7.3",
"typescript": "^5.6.2"
},
"dependencies": {
"socket.io-client": "^4.8.0"
}
}