{ "name": "express", "version": "1.0.0", "description": "", "main": "app/server.js", "scripts": { "server": "node app/server.js", "test": "echo \"Error: no test specified\" && exit 1", "transpile:ts": "tsc -project tsconfig.build.json", "index": "gulp index", "index:clear": "gulp index:clear", "index:docs": "gulp index:docs", "index:laws": "gulp index:laws", "index:reindex": "gulp index:reindex" }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.6.7", "bytes": "3.0.0", "cheerio": "^1.0.0-rc.12", "content-disposition": "0.5.2", "ejs": "^3.1.9", "express": "^4.18.3", "fast-url-parser": "1.1.3", "glob": "^10.3.10", "gray-matter": "^4.0.3", "gulp": "^4.0.2", "gulp-if": "^3.0.0", "js-yaml": "^4.1.0", "lucene": "^2.1.1", "markdown-it": "^14.0.0", "markdown-it-attrs": "^4.1.6", "mime-types": "2.1.18", "minimatch": "3.1.2", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "multer": "^1.4.5-lts.1", "needle": "^3.3.1", "node-fetch": "^2", "path-is-inside": "1.0.2", "path-to-regexp": "2.2.1", "range-parser": "1.2.0", "request-promise-native": "^1.0.9", "solr-client": "^0.10.0-rc10", "ssh2-sftp-client": "^10.0.3", "superagent": "^8.1.2", "through2": "^4.0.2", "tika-js": "^1.0.2", "tslib": "^2.6.2", "xml2js": "^0.6.2" }, "devDependencies": { "@swc-node/register": "^1.6.8", "@swc/cli": "^0.1.63", "@swc/core": "^1.3.104", "@swc/helpers": "^0.5.3", "@swc/register": "^0.1.10", "@types/needle": "^3.3.0", "@types/node": "^20.11.5", "@types/node-fetch": "^2.6.11", "@types/superagent": "^8.1.4", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "@zeit/eslint-config-node": "0.2.13", "@zeit/git-hooks": "0.1.4", "ava": "2.2.0", "commander": "2.15.1", "eslint": "^8.56.0", "eslint-plugin-eslint-plugin": "^5.2.1", "eslint-plugin-import": "^2.29.1", "fs-extra": "6.0.1", "micro": "9.3.2", "node-fetch": "2.6.1", "nyc": "14.1.1", "request": "2.87.0", "sleep-promise": "6.0.0", "test-listen": "1.1.0", "ts-node": "^10.9.2", "tslib": "^2.6.2", "typescript": "^5.3.3" } }