UNPKG

screepsmod-mongo

Version:

[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Test](https://github.com/ScreepsMods/screepsmod-mongo/actions/workflows/test.yml/badge.svg)](https://github.com/ScreepsMods/screepsmod

34 lines 670 B
{ "name": "screepsmod-mongo", "version": "2.13.0", "description": "", "main": "index.js", "devDependencies": { "publish": "^0.6.0", "standard": "17.1.2" }, "screeps_mod": true, "keywords": [ "screeps", "mod" ], "author": "Adam Shumann", "license": "MIT", "dependencies": { "body-parser": "^1.20.3", "express": "^4.21.2", "ini": "^1.3.8", "lodash": "^4.17.21", "mongodb": "^3.7.4", "q": "^1.5.1", "q-json-response": "^0.1.3", "redis": "^3.1.2" }, "repository": { "url": "https://github.com/ScreepsMods/screepsmod-mongo" }, "scripts": { "test": "standard", "2npm": "publish" } }