{
	"name": "@tonejs/plot",
	"version": "0.0.35",
	"description": "Plotting and testing for Tone.js",
	"main": "./dist/index.js",
	"types": "./dist/esm/index.d.ts",
	"module": "./dist/esm/index.js",
	"scripts": {
		"prepare": "rm -rf dist && npm run build",
		"watch": "tsc --watch",
		"build:webpack": "webpack -p",
		"build:ts": "tsc",
		"build": "npm run build:ts && npm run build:webpack",
		"test": "cd test && karma start"
	},
	"files": [
		"dist",
		"src"
	],
	"author": "Yotam Mann <https://yotammann.info",
	"license": "MIT",
	"dependencies": {
		"array2d": "0.0.5",
		"audiobuffer-to-wav": "^1.0.0",
		"dsp.js": "^1.0.1",
		"fft-windowing": "^0.1.4",
		"plotly.js-dist": "^1.45.3"
	},
	"devDependencies": {
		"@types/chai": "^4.2.11",
		"@types/mocha": "^5.2.5",
		"@types/node": "^11.12.0",
		"@typescript-eslint/eslint-plugin": "^2.28.0",
		"@typescript-eslint/parser": "^2.28.0",
		"chai": "^4.2.0",
		"eslint": "^6.8.0",
		"karma": "^4.3.0",
		"karma-chrome-launcher": "^3.1.0",
		"karma-cli": "^2.0.0",
		"karma-mocha": "^1.3.0",
		"karma-typescript": "^5.0.2",
		"mocha": "^6.2.0",
		"standardized-audio-context": "^21.2.4",
		"tone": "^14.6.0",
		"ts-loader": "^7.0.0",
		"typescript": "^3.6.3",
		"webpack": "^4.42.1",
		"webpack-cli": "^3.3.11"
	}
}