-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 KB
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
{
"name": "@noaa-gsl/idsse-muppet",
"version": "0.0.13",
"description": "Connect to, send, and receive data over MUPPET data channels in convenient React interfaces using the MUPPETs protocol",
"main": "index.js",
"scripts": {
"test": "vitest run --config ./src/vitest.config.js",
"test:watch": "vitest watch --config ./src/vitest.config.js",
"coverage": "vitest run --coverage --config ./src/vitest.config.js"
},
"keywords": [
"idsse",
"engine",
"decision support",
"nws connect",
"webrtc",
"events"
],
"repository": {
"type": "git",
"url": "git+https://github.com/NOAA-GSL/idsse-muppet.git"
},
"publishConfig": {
"registry": "https://pkg.npm.github.com"
},
"author": "NOAA Global Systems Laboratory",
"license": "Apache-2.0",
"dependencies": {
"@thumbmarkjs/thumbmarkjs": "0.14.8",
"react": "^18.3.1",
"socket.io-client": "^4.8.0"
},
"devDependencies": {
"@vitest/coverage-v8": "^3.0.5",
"eslint": "^9.12.0",
"jest": "^29.7.0",
"jsdom": "^26.0.0",
"prettier": "^3.3.3",
"vitest": "^3.0.5",
"vitest-canvas-mock": "^0.3.3"
}
}