{ "name": "express", "version": "1.0.0", "description": "", "main": "dist/app/server.js", "type": "module", "scripts": { "build": "tsc -project tsconfig.pre-build.json && gulp -f dist/gulpfile.mjs build", "server": "tsc -project tsconfig.pre-build.json && gulp -f dist/gulpfile.mjs build && node dist/app/server.mjs", "test": "echo \"Error: no test specified\" && exit 1", "transpile:ts": "tsc -project tsconfig.pre-build.json", "index": "tsc -project tsconfig.pre-build.json && gulp -f dist/gulpfile.mjs index", "index:clear": "tsc -project tsconfig.pre-build.json && gulp -f dist/gulpfile.mjs index:clear", "index:docs": "tsc -project tsconfig.pre-build.json && gulp -f dist/gulpfile.mjs index:docs", "index:laws": "tsc -project tsconfig.pre-build.json && gulp -f dist/gulpfile.mjs index:laws", "index:reindex": "tsc -project tsconfig.pre-build.json && gulp -f dist/gulpfile.mjs 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", "dotenv": "^16.4.5", "dotenv-expand": "^11.0.6", "ejs": "^3.1.9", "express": "^4.18.3", "fast-uri": "^2.4.0", "glob": "^10.3.10", "gray-matter": "^4.0.3", "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/bytes": "^3.1.4", "@types/content-disposition": "^0.5.8", "@types/del": "^4.0.0", "@types/ejs": "^3.1.5", "@types/express": "^4.17.21", "@types/gulp": "^4.0.17", "@types/gulp-run": "^1.7.4", "@types/lucene": "^2.1.7", "@types/markdown-it": "^14.1.1", "@types/markdown-it-attrs": "^4.1.3", "@types/mime-types": "^2.1.4", "@types/needle": "^3.3.0", "@types/node": "^20.11.5", "@types/node-fetch": "^2.6.11", "@types/path-is-inside": "^1.0.3", "@types/request-promise-native": "^1.0.21", "@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", "del": "^7.1.0", "eslint": "^8.56.0", "eslint-plugin-eslint-plugin": "^5.2.1", "eslint-plugin-import": "^2.29.1", "fs-extra": "6.0.1", "gulp": "^5.0.0", "gulp-if": "^3.0.0", "gulp-run": "^1.7.1", "gulp-typescript": "^6.0.0-alpha.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.4.5" } }