{
  "name": "metacatui",
  "version": "2.23.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.17.1",
    "puppeteer": "^14.1.1"
  },
  "devDependencies": {
    "@jsdoc/util": "^0.2.4",
    "code-prettify": "^0.1.0",
    "common-path-prefix": "^3.0.0",
    "jsdoc": "^4.0.0",
    "@jsdoc/salty": "^0.2.3",
    "open-sans-fonts": "^1.6.2"
  },
  "scripts": {
    "dev": "node server.js",
    "jsdoc": "jsdoc -c docs/jsdoc-templates/metacatui/conf.js",
    "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"
  },
  "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/"
}