{
	"name": "poznan-sm-submit",
	"version": "0.1.0",
	"description": "submit report to Poznań's Straż Miejska",
	"main": "./lib/index.js",
	"types": "./@types/index.d.ts",
	"scripts": {
		"build": "tsc",
		"watch": "npm run build -- --watch",
		"install": "npm run build"
	},
	"author": "Kuba Orlik",
	"license": "ISC",
	"dependencies": {
		"@types/node": "^14.14.19",
		"@types/tough-cookie": "^4.0.0",
		"async-spawner": "^0.1.5",
		"axios": "^0.21.1",
		"axios-cookiejar-support": "^1.0.1",
		"form-data": "^3.0.0",
		"tough-cookie": "^4.0.0",
		"transform-coordinates": "^1.0.0"
	}
}