-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 786 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 786 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": "humandnavisualizer",
"version": "1.0.0",
"description": "Educational genomic visualization platform with 3D anatomy viewer",
"private": true,
"scripts": {
"lint:legal": "node scripts/legal-lint.js",
"lint:legal:verbose": "node scripts/legal-lint.js --verbose",
"test:legal": "node scripts/__tests__/legal-lint.test.js",
"dev": "cd frontend && npm run dev",
"build": "cd frontend && npm run build",
"lint": "cd frontend && npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/HumanDNAVisualizer.git"
},
"keywords": [
"genomics",
"visualization",
"education",
"dna",
"3d",
"anatomy"
],
"author": "",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
}
}