-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 751 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 751 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
31
{
"name": "@sinclair/smoke",
"version": "0.8.9",
"description": "Run Web Servers in Web Browsers over WebRTC",
"type": "module",
"main": "./index.mjs",
"module": "./index.mjs",
"scripts": {
"start": "hammer task start",
"drift": "hammer task drift",
"format": "hammer task format",
"clean": "hammer task clean",
"test": "hammer task test",
"test:serve": "hammer task test_serve",
"build": "hammer task build",
"publish": "hammer task publish"
},
"keywords": [
"webrtc",
"http",
"websocket"
],
"author": "sinclair",
"license": "MIT",
"devDependencies": {
"@sinclair/drift": "^0.9.1",
"@sinclair/hammer": "^0.18.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
}
}