{
	"name": "animationtool",
	"version": "1.0.0",
	"description": "The animation tool by Scrambler",
	"main": "main.ts",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"build": "webpack --config webpack/prod.config.js",
		"start:dev": "webpack-dev-server --config webpack/dev.config.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/MoonsideGames/AnimationTool.git"
	},
	"author": "",
	"license": "UNLICENSED",
	"bugs": {
		"url": "https://github.com/MoonsideGames/AnimationTool/issues"
	},
	"homepage": "https://github.com/MoonsideGames/AnimationTool#readme",
	"devDependencies": {
		"prettier": "^1.18.2",
		"ts-loader": "^6.1.2",
		"tslint": "^5.20.0",
		"tslint-config-prettier": "^1.18.0",
		"typescript": "^3.6.3",
		"webpack": "^4.41.0",
		"webpack-cli": "^3.3.9",
		"webpack-dev-server": "^3.8.1"
	},
	"dependencies": {
		"@types/file-saver": "^2.0.1",
		"@types/jszip": "^3.1.6",
		"file-saver": "^2.0.2",
		"jszip": "^3.2.2"
	}
}