@scalars/grapi-mongodb
Version:
The mongodb package of Grapi
49 lines (48 loc) • 1.32 kB
JSON
{
"name": "@scalars/grapi-mongodb",
"version": "2.2.5",
"description": "The mongodb package of Grapi",
"main": "./lib/index.js",
"module": "./lib/index.js",
"jsnext:main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"keywords": [
"grapi",
"scalars",
"graphql",
"mongo",
"queries",
"mongodb",
"graphql-server",
"graphql-schema",
"mutations",
"graphql-js"
],
"files": [
"lib"
],
"scripts": {
"clean": "yarn rimraf lib && yarn rimraf tsconfig.release.tsbuildinfo",
"build": "yarn clean && yarn tsc --build ./tsconfig.release.json",
"test": "yarn run mocha --timeout 100000 --compilers ts:ts-node/register --recursive \"test/**/*.spec.ts\"",
"test:grep": "yarn run mocha --compilers ts:ts-node/register --recursive",
"coverage": "yarn run nyc yarn run test",
"watch": "yarn run build -- --watch",
"watch:test": "yarn run test -- --watch",
"prepublishOnly": "yarn run clean && yarn run build"
},
"repository": "https://github.com/scalars/grapi",
"author": "madrov",
"license": "Apache-2.0",
"dependencies": {
"@scalars/grapi": "^2.2.3",
"mongodb": "^3.6.9",
"mongodb-client-encryption": "^1.2.4"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"rimraf": "^2.6.2"
}
}