UNPKG

feathers-solr

Version:

A Feathers service adapter for Solr

70 lines (69 loc) 1.79 kB
{ "name": "feathers-solr", "description": "A Feathers service adapter for Solr", "version": "3.1.2", "keywords": [ "feathers", "feathers-plugin", "solr", "solr-client", "search", "database", "api" ], "license": "MIT", "repository": { "type": "git", "url": "git://github.com/sajov/feathers-solr.git" }, "author": { "name": "sajov" }, "contributors": [], "bugs": { "url": "https://github.com/sajov/feathers-solr/issues" }, "engines": { "node": ">= 16" }, "main": "lib/", "scripts": { "prepare": "npm run build", "prepublish": "npm run build", "lint": "ESLINT_USE_FLAT_CONFIG=false eslint src/**/*.ts --fix", "lint:test": "ESLINT_USE_FLAT_CONFIG=false eslint test/**/*.ts --fix", "build": "shx rm -rf lib/ && tsc", "test": "npm run build && npm run mocha", "mocha": "mocha --config .mocharc.json --recursive test/**.test.ts test/**/*.test.ts", "coverage": "nyc npm run test" }, "directories": { "lib": "lib" }, "publishConfig": { "access": "public" }, "dependencies": { "@feathersjs/adapter-commons": "5.0.31", "@feathersjs/commons": "5.0.31", "@feathersjs/errors": "5.0.31" }, "devDependencies": { "@feathersjs/adapter-tests": "5.0.31", "@feathersjs/express": "5.0.31", "@feathersjs/feathers": "5.0.31", "@stylistic/eslint-plugin": "^2.6.1", "@types/mocha": "^10.0.7", "@types/node": "^22.0.2", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^8.56.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prefer-arrow": "^1.2.3", "mocha": "^11.0.1", "nyc": "^17.0.0", "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^5.5.4" } }