{
	"name": "datafolder",
	"version": "1.0.21",
	"author": {
		"name": "lysh",
		"email": "datafolderdev@outlook.com"
	},
	"description": "datafolder is a lightning fluid JSON database for high speed SSDs, featuring an AI-friendly API for simple and human maintainable code generation, millisecond data response, with full index and trigger features supported, and the unique ability to browse and manage data as a folder tree directly in your browser. It works perfectly for a wide range of scenarios, from game/application backends to embedded systems to IoT to edge computing.",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/datafolderdev/datafolder"
	},
	"homepage": "https://github.com/datafolderdev/datafolder/wiki/Internals-of-datafolder",
	"bugs": {
		"url": "https://github.com/datafolderdev/datafolder/issues",
		"email": "datafolderdev@outlook.com"
	},
	"keywords": [
		"AI",
		"HNSW",
		"JSON",
		"LSM",
		"RAG",
		"SSD",
		"backend",
		"database",
		"easy",
		"edge",
		"embed",
		"embedded",
		"gaming",
		"iot",
		"lightweight",
		"low-latency",
		"millisecond",
		"quick",
		"schema-free",
		"simple",
		"tree-view",
		"vector"
	],
	"dependencies": {},
	"devDependencies": {
		"@fastify/compress": "^8.1.0",
		"@fastify/express": "^4.0.2",
		"@fastify/static": "^8.3.0",
		"fastify": "^5.0.0"
	},
	"exports": "./index.js",
	"types": "./src/QyDB.d.ts",
	"scripts": {
		"ui": "start http://localhost:3628/datafolderui/index.html && node ./scripts/fastify.js",
		"airbnb": "node ./scripts/airbnb2.js && start http://localhost:3628/datafolderui/index.html && node ./scripts/fastify.js",
		"types:check": "tsc --noEmit",
		"test": "node --test --experimental-test-coverage --test-coverage-exclude \"test/testQyAirBnB_Ubuntu.ts\" \"test/*\""
	},
	"type": "module"
}
