{
	"name": "tossable",
	"version": "2.0.14",
	"description": "Generated by ambients-cli",
	"author": "Lai Schwe",
	"license": "MIT",
	"keywords": [
		"ambients"
	],
	"dependencies": {
		"@lincode/promiselikes": "*",
		"@lincode/utils": "*",
		"popmotion": "8",
		"touchlib": "*"
	},
	"devDependencies": {
		"@types/webpack-env": "*",
		"file-loader": "*",
		"fork-ts-checker-notifier-webpack-plugin": "2",
		"fork-ts-checker-webpack-plugin": "4",
		"html-webpack-plugin": "3",
		"html-webpack-template": "6",
		"ts-loader": "*",
		"typescript": "*",
		"webpack": "4",
		"webpack-cli": "3",
		"webpack-dev-server": "3"
	},
	"scripts": {
		"build": "ambients clean && yarn webpack --mode production && yarn tsc",
		"start": "yarn webpack-dev-server",
		"dev": "yarn start"
	},
	"private": false,
	"module": "lib/index.js",
	"main": "lib/index.js",
	"types": "lib/index.d.ts"
}
