-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 966 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 966 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
{
"name": "web-display-tools",
"version": "1.0.1",
"description": "Web-based tools for configuring and editing display patterns for modular arena systems",
"scripts": {
"test": "node tests/validate-arena-calculations.js && node tests/test-protocol-roundtrip.js && node tests/test-protocol-roundtrip-v3.js",
"test:arena": "node tests/validate-arena-calculations.js",
"test:protocol-v2": "node tests/test-protocol-roundtrip.js",
"test:protocol-v3": "node tests/test-protocol-roundtrip-v3.js",
"validate": "node tests/validate-arena-calculations.js",
"format": "prettier --write \"**/*.js\"",
"format:check": "prettier --check \"**/*.js\""
},
"repository": {
"type": "git",
"url": "https://github.com/reiserlab/webDisplayTools"
},
"author": "Reiser Lab",
"license": "MIT",
"devDependencies": {
"prettier": "^3.8.1",
"yaml": "^2.9.0"
}
}