-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
53 lines (53 loc) · 1.65 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
{
"name": "metacatui",
"version": "2.31.0",
"description": "MetacatUI: A client-side web interface for DataONE data repositories",
"main": "server.js",
"dependencies": {
"@actions/core": "^1.9.1",
"cheerio": "^1.0.0-rc.11",
"express": "^4.19.2",
"fomantic-ui": "^2.9.4-beta.65",
"puppeteer": "^22.11.2",
"sinon": "^17.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@jsdoc/salty": "^0.2.3",
"@jsdoc/util": "^0.2.4",
"@shopify/prettier-plugin-liquid": "^1.5.0",
"code-prettify": "^0.1.0",
"common-path-prefix": "^3.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.5",
"eslint-plugin-requirejs": "^4.0.1",
"jsdoc": "^4.0.0",
"open-sans-fonts": "^1.6.2",
"prettier": "^3.2.5"
},
"scripts": {
"dev": "node server.js",
"jsdoc": "jsdoc -c docs/jsdoc-templates/metacatui/conf.js",
"jsdoc-dry-run": "jsdoc -c docs/jsdoc-templates/metacatui/conf.js -d /tmp",
"doc": "cd docs; bundle exec jekyll serve",
"test": "node test/server.js",
"integration-test": "node test/server.js integration",
"view-tests": "node test/server.js keep-running",
"format": "prettier --write .",
"format-check": "prettier --check .",
"lint": "eslint src",
"lint-fix": "eslint --fix src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NCEAS/metacatui.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NCEAS/metacatui/issues"
},
"homepage": "https://nceas.github.io/metacatui/"
}