-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.64 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "do-processor",
"version": "0.0.0",
"description": "Human Reference Atlas (HRA) Digital Object (DO) Processor - do-processor",
"main": "src/cli.js",
"bin": {
"do-processor": "src/cli.js"
},
"type": "module",
"scripts": {
"do-processor": "node ./src/cli.js",
"serve": "npx live-server --cors --entry-file=./index.html --watch=. --verbose --mount=/hra-do-processor/:. .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hubmapconsortium/hra-do-processor.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hubmapconsortium/ccf-linkml/issues"
},
"homepage": "https://github.com/hubmapconsortium/ccf-linkml#readme",
"dependencies": {
"@loaders.gl/core": "^3.4.0",
"@loaders.gl/draco": "^3.4.0",
"@loaders.gl/gltf": "^3.4.0",
"@math.gl/core": "^3.6.3",
"@mermaid-js/mermaid-cli": "^10.9.1",
"cannon-es": "^0.18.0",
"chalk": "^5.2.0",
"commander": "^10.0.0",
"glob": "^9.2.1",
"js-yaml": "^4.1.0",
"mime-types": "^2.1.35",
"node-fetch": "^3.3.0",
"nunjucks": "^3.2.4",
"papaparse": "^5.4.1",
"rdf-formatter": "^1.0.4",
"rdflib": "^2.2.34-1",
"semver": "^7.5.3",
"shelljs": "^0.8.5",
"tslib": "^2.5.0",
"validate-iri": "^1.0.1",
"jsonld-cli": "^0.2.0"
},
"devDependencies": {
"eslint": "^8.35.0",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4"
},
"lint-staged": {
"*.{js,ts}": "eslint --cache --cache-location \"node_modules/.cache/.eslintcache\" --fix",
"*.{js,ts,css,scss,md,html}": "prettier --write"
}
}