UNPKG

@batolye/bdk-core

Version:

Module to provide core utilities for BulusAtolyesi applications and services

95 lines (94 loc) 3.18 kB
{ "name": "@batolye/bdk-core", "version": "1.0.0", "description": "Module to provide core utilities for BulusAtolyesi applications and services", "main": "lib/", "browser": { "lib/": "lib/client/" }, "keywords": [ "Batolye", "Batolye-plugin" ], "repository": { "type": "git", "url": "git://github.com/batolye/bdk-core.git" }, "author": { "name": "BulusAtolyesi contributors", "url": "https://github.com/batolye" }, "license": "ISC", "engines": { "node": ">= 4.6.0" }, "scripts": { "prepare": "npm run compile", "publish": "git push origin --tags && npm run changelog && git push origin", "release:patch": "npm version patch && npm publish --access=public", "release:minor": "npm version minor && npm publish --access=public", "release:major": "npm version major && npm publish --access=public", "changelog": "github_changelog_generator -u batolye -p bdk-core && git add CHANGELOG.md && git commit -am \"Updating changelog\"", "compile": "shx rm -rf lib/ && babel -d lib/ src/ --copy-files", "watch:js": "babel --watch -d lib/ src/ --copy-files", "mocha": "cross-env NODE_CONFIG_DIR=./config/ mocha --opts mocha.opts", "test": "npm run compile && npm run mocha", "start": "npm run compile && node lib" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/plugin-proposal-export-default-from": "^7.2.0", "@babel/plugin-proposal-export-namespace-from": "^7.2.0", "@babel/polyfill": "^7.2.5", "@babel/preset-env": "^7.2.3", "@babel/register": "^7.0.0", "babel-loader": "^8.0.5", "chai": "^4.2.0", "containerized": "^1.0.2", "cross-env": "^5.2.0", "fs-extra": "^7.0.1", "mocha": "^5.2.0", "shx": "^0.3.2", "superagent": "^4.1.0" }, "dependencies": { "@casl/ability": "^2.5.1", "@casl/mongoose": "^2.3.0", "@feathersjs/authentication": "^2.1.15", "@feathersjs/authentication-jwt": "^2.0.9", "@feathersjs/authentication-local": "^1.2.9", "@feathersjs/authentication-oauth2": "^1.2.7", "@feathersjs/configuration": "^2.0.6", "@feathersjs/errors": "^3.3.6", "@feathersjs/express": "^1.3.1", "@feathersjs/feathers": "^3.3.1", "@feathersjs/socketio": "^3.2.9", "aws-sdk": "^2.414.0", "body-parser": "^1.18.3", "compression": "^1.7.3", "cors": "^2.8.5", "debug": "^4.1.1", "express-rate-limit": "^3.3.2", "feathers-blob": "^2.0.1", "feathers-hooks-common": "^4.20.2", "feathers-mongodb": "^4.0.4", "feathers-reactive": "^0.7.2", "helmet": "^3.15.0", "limiter": "^1.1.4", "lodash": "^4.17.11", "loglevel": "^1.6.1", "lru-cache": "^5.1.1", "moment": "^2.23.0", "mongodb": "^3.1.12", "mongoose": "^5.4.4", "multer": "^1.4.1", "passport-github": "^1.1.0", "passport-google-oauth20": "^1.0.0", "password-generator": "^2.2.0", "password-validator": "^4.1.1", "s3-blob-store": "^3.2.0", "winston": "^3.1.0", "winston-daily-rotate-file": "^3.6.0" } }