{
	"name": "xwebdb",
	"version": "0.0.8",
	"description": "Strongly-typed, NoSQL, fast, light-weight, synching, Mongo-like database with built-in ODM.",
	"main": "./dist/xwebdb.js",
	"types": "./dist/xwebdb.d.ts",
	"module": "./dist/xweb.module.js",
	"directories": {
		"test": "test"
	},
	"scripts": {
		"build": "node rollup.js"
	},
	"keywords": [
		"mongodb",
		"mongo",
		"typescript",
		"ts",
		"database",
		"web",
		"serverless"
	],
	"homepage": "https://alexcorvi.github.io/xwebdb",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/alexcorvi/xwebdb.git"
	},
	"author": "Ali Saleem",
	"license": "MIT",
	"devDependencies": {
		"@rollup/plugin-node-resolve": "^7.1.3",
		"@rollup/plugin-typescript": "^11.1.0",
		"@types/chai": "^4.2.11",
		"@types/mocha": "^7.0.2",
		"@types/underscore": "^1.11.4",
		"chai": "^4.2.0",
		"mocha": "^7.1.1",
		"rollup": "^2.7.2",
		"terser": "^5.17.1",
		"tslib": "^2.5.0",
		"typescript": "^5.0.4",
		"underscore": "^1.13.6"
	}
}
