{ "name": "example_tika_solr_index", "version": "1.0.0", "description": "", "main": "example_tika_upload.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "index": "gulp index", "reindex": "gulp index:reindex" }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.6.7", "cheerio": "^1.0.0-rc.12", "ejs": "^3.1.9", "express": "^4.18.3", "gulp-if": "^3.0.0", "js-yaml": "^4.1.0", "ssh2-sftp-client": "^10.0.3", "through2": "^4.0.2", "tika-js": "^1.0.2", "tslib": "^2.6.2", "xml2js": "^0.6.2" }, "devDependencies": { "gulp": "^4.0.2" } }