{
	"bugs": {
		"url": "https://docs.conduit.mappa.ai"
	},
	"description": "Official TypeScript/Node SDK for the Conduit API",
	"exports": {
		".": {
			"import": {
				"types": "./dist/index.d.mts",
				"default": "./dist/index.mjs"
			},
			"require": {
				"types": "./dist/index.d.cts",
				"default": "./dist/index.cjs"
			}
		},
		"./internal": {
			"import": {
				"types": "./dist/internal.d.mts",
				"default": "./dist/internal.mjs"
			},
			"require": {
				"types": "./dist/internal.d.cts",
				"default": "./dist/internal.cjs"
			}
		}
	},
	"files": [
		"dist"
	],
	"homepage": "https://docs.conduit.mappa.ai",
	"keywords": [
		"mappa",
		"sdk",
		"node",
		"typescript",
		"api",
		"conduit",
		"behavior"
	],
	"main": "./dist/index.cjs",
	"module": "./dist/index.mjs",
	"name": "@mappa-ai/conduit",
	"publishConfig": {
		"access": "public"
	},
	"sideEffects": false,
	"type": "module",
	"types": "./dist/index.d.mts",
	"version": "0.5.0",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/mappa-ai/conduit-ts.git"
	}
}
