-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 763 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
{
"name": "core32-rubic-lab",
"version": "1.0.0",
"description": "**Reversible Universal Binary Information Computer — Interactive Research Interface**",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lumenhelixsolutions/CORE32-RUBIC-Lab.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/lumenhelixsolutions/CORE32-RUBIC-Lab/issues"
},
"homepage": "https://github.com/lumenhelixsolutions/CORE32-RUBIC-Lab#readme",
"devDependencies": {
"vitest": "^4.1.4"
}
}