{
	"name": "kaboom",
	"description": "kaboom.js is a JavaScript library that helps you make games fast and fun!",
	"version": "3000.1.17",
	"license": "MIT",
	"homepage": "https://kaboomjs.com/",
	"repository": "github:replit/kaboom",
	"author": "tga <tga@space55.xyz>",
	"type": "module",
	"main": "./dist/kaboom.cjs",
	"module": "./dist/kaboom.mjs",
	"types": "./dist/kaboom.d.ts",
	"exports": {
		".": {
			"import": {
				"types": "./dist/kaboom.d.ts",
				"default": "./dist/kaboom.mjs"
			},
			"require": {
				"types": "./dist/kaboom.d.ts",
				"default": "./dist/kaboom.cjs"
			}
		},
		"./global": "./dist/global.js"
	},
	"typesVersions": {
		"*": {
			"global": [
				"./dist/global.d.ts"
			]
		}
	},
	"keywords": [
		"game",
		"gamedev",
		"fun",
		"mark"
	],
	"files": [
		"dist/",
		"src/",
		"kaboom.png",
		"CHANGELOG.md"
	],
	"scripts": {
		"dev": "NODE_ENV=development node scripts/dev.js",
		"build": "node scripts/build.js",
		"check": "tsc",
		"lint": "eslint src examples",
		"fmt": "eslint --fix src examples",
		"test": "node scripts/test.js",
		"desktop": "tauri dev",
		"prepare": "npm run build"
	},
	"devDependencies": {
		"@tauri-apps/cli": "^1.5.5",
		"@typescript-eslint/eslint-plugin": "^6.8.0",
		"esbuild": "^0.19.5",
		"eslint": "^8.51.0",
		"express": "^4.18.2",
		"puppeteer": "^21.4.0",
		"typescript": "^5.2.2"
	}
}
