UNPKG

aurora-mongo

Version:

MongoDBをKeyvのように扱うことができるパッケージです。

40 lines (39 loc) 1.01 kB
{ "name": "aurora-mongo", "version": "1.1.3", "description": "MongoDBをKeyvのように扱うことができるパッケージです。", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run tsc", "tsc": "npx tsc" }, "files": [ "dist" ], "keywords": [ "discord.js", "jishaku" ], "author": "suzuneu <aaanemui669@gmail.com> (https://github.com/waki285)", "contributors": ["Googlefan (https://github.com/googlefan256)"], "license": "MIT", "dependencies": { "json-bigint": "^1.0.0", "mongoose": "^6.0.11" }, "repository": { "type": "git", "url": "git@github.com:AuroraBot-Discord/Aurora-Mongo.git" }, "devDependencies": { "@types/json-bigint": "^1.0.1", "@types/workerpool": "^6.1.0", "ts-loader": "^9.2.5", "typescript": "^4.4.3", "webpack": "^5.52.1", "webpack-cli": "^4.8.0", "webpack-dev-server": "^4.2.1" } }