{
	"name": "@drop-in/plugin",
	"version": "0.0.1",
	"description": "",
	"types": "global.d.ts",
	"type": "module",
	"exports": {
		"./global": {
			"default": "./global.d.ts"
		},
		".": {
			"types": "./dist/index.js",
			"default": "./dist/index.js"
		}
	},
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"keywords": [],
	"author": "Scott Tolinski",
	"license": "ISC",
	"devDependencies": {
		"typescript": "^5.6.3",
		"vite": "^5.4.8"
	}
}
