{
	"name": "@drovp/share",
	"version": "2.0.3",
	"description": "Upload a file and get a URL to share with others.",
	"main": "dist/index.js",
	"homepage": "https://github.com/drovp/share",
	"bugs": "https://github.com/drovp/share/issues",
	"repository": "github:drovp/share",
	"keywords": [
		"drovpplugin",
		"share",
		"upload",
		"file",
		"transfer.sh"
	],
	"author": "tomasklaen",
	"license": "MIT",
	"publishConfig": {
		"access": "public"
	},
	"files": [
		"dist",
		"*.md"
	],
	"scripts": {
		"build": "tsc",
		"watch": "tsc --watch",
		"clean": "rimraf dist",
		"start": "npm-run-all clean watch",
		"preversion": "npm-run-all clean build",
		"git-push": "git push",
		"npm-publish": "npm publish",
		"postversion": "npm-run-all git-push npm-publish"
	},
	"devDependencies": {
		"npm-run-all": "^4.1.5",
		"rimraf": "^3.0.2",
		"tslib": "^2.3.1",
		"typescript": "^4.4.3"
	},
	"dependencies": {
		"@drovp/types": "^3.0.1",
		"got": "^11.8.2"
	}
}
