UNPKG

feathers-ottoman

Version:

A Feathers service adapter for the Ottoman ODM

68 lines (67 loc) 1.96 kB
{ "name": "feathers-ottoman", "version": "0.4.2", "description": "A Feathers service adapter for the Ottoman ODM", "main": "dist/", "types": "dist/", "scripts": { "dev": "tsnd --respawn src", "eslint": "eslint . --ext .ts --ignore-path .gitignore", "mocha": "nyc ts-mocha \"test/**/*.ts\" --recursive --exit", "build": "shx rm -rf dist/ && tsc -p tsconfig.json", "changelog": "logchanges && git add CHANGELOG.md && git commit -am \"Updating CHANGELOG\"", "verify": "npm run eslint && npm run mocha && npm run build", "release:patch": "npm version patch && npm run publish", "prepublishOnly": "npm run verify" }, "engines": { "node": ">= 12" }, "keywords": [ "ottoman", "feathersjs", "feathers", "feathers-ottoman", "couchbase" ], "author": { "name": "bwgjoseph", "email": "josephgan@live.com.sg" }, "homepage": "https://github.com/bwgjoseph/feathers-ottoman", "bugs": { "url": "https://github.com/bwgjoseph/feathers-ottoman/issues" }, "license": "MIT", "repository": { "type": "git", "url": "git://github.com/bwgjoseph/feathers-ottoman.git" }, "changelog": { "repoUrl": "https://github.com/bwgjoseph/feathers-ottoman", "nobody": true }, "dependencies": { "@feathersjs/adapter-commons": "^4.5.15", "@feathersjs/errors": "^4.5.15", "@feathersjs/feathers": "^4.5.15", "ottoman": "2.2.1" }, "devDependencies": { "@feathersjs/adapter-tests": "^4.5.15", "@types/mocha": "^9.1.1", "@types/node": "^16.11.45", "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7", "eslint": "^8.20.0", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-plugin-import": "^2.26.0", "logchanges": "^1.1.2", "mocha": "^10.0.0", "nyc": "^15.1.0", "shx": "^0.3.4", "ts-mocha": "^10.0.0", "ts-node-dev": "^2.0.0", "typescript": "^4.7.4" } }