{
	"name": "consumableai-sdk",
	"version": "1.1.0",
	"description": "",
	"main": "dist/index.js",
	"module": "dist/index.m.js",
	"unpkg": "dist/index.umd.js",
	"types": "dist/index.d.ts",
	"exports": {
		"require": "./dist/index.js",
		"default": "./dist/index.modern.js"
	},
	"scripts": {
		"build": "rm -rf dist && microbundle --tsconfig tsconfig.json --no-sourcemap",
		"dev": "microbundle --watch --tsconfig tsconfig.json --no-sourcemap"
	},
	"keywords": [
		"text2sql",
		"text-to-sql",
		"sql",
		"consumableai",
		"llm",
		"translate",
		"translate-sql",
		"react",
		"js",
		"productivity",
		"business-intelligence",
		"product-analyst",
		"redash",
		"data-analyst",
		"analytics",
		"metabase",
		"superset",
		"gpt",
		"gen-ai"
	],
	"author": "sandeepsirodia",
	"license": "MIT",
	"devDependencies": {
		"microbundle": "0.15.0"
	},
	"dependencies": {
		"isomorphic-unfetch": "^3.1.0"
	},
	"files": [
		"dist"
	]
}
