New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@bible-engine/server

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bible-engine/server

## Install

latest
npmnpm
Version
1.4.6
Version published
Maintainers
2
Created
Source

@bible-engine/importers

Install

The package can be installed via yarn or npm as usual. However in it's current state it makes more sense to clone this repository and use the code as a reference implementation.

Usage

Currrently there is no config file and you have to set the datasource parameters directly in src/main.ts (or lib/main.js if you just use the npm package).

To start the server run npm run start for the transpiled version.

To run from src/ via ts-node with a watcher enabled run npm run startDev. You might have to run npx pm2 install typescript before.

To setup your database please refer to the importers package.

Contribution welcome

In case someone wants to make this more "standalone", feel free to refactor this into something that can imported from the package and intialized with a custom configuration. PRs welcome.

FAQs

Package last updated on 15 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts