{
	"name": "beepbox-synth",
	"version": "4.1.1",
	"description": "BeepBox is an online tool for sketching and sharing instrumental music.",
	"author": "John Nesky",
	"license": "MIT",
	"homepage": "https://www.beepbox.co",
	"main": "dist/synth.js",
	"type": "module",
	"scripts": {
		"build": "esbuild --bundle --outfile=dist/synth.js src/synth.ts && tsc",
		"prepublishOnly": "npm run build"
	},
	"repository": {
		"type": "git",
		"url": "git+https://johnnesky@github.com/johnnesky/beepbox.git"
	},
	"devDependencies": {
		"esbuild": "^0.15.7",
		"typescript": "^4.0.3"
	},
	"dependencies": {
		"imperative-html": "^0.1.0"
	}
}
