{
	"name": "@ifunny/ifunny-api-types",
	"version": "1.0.4",
	"description": "iFunny API typings for use in bot library creaion.",
	"main": "dist/index.js",
	"types": "types",
	"scripts": {
		"test": "tsc --noEmit",
		"clean": "rm -r -f ./dist && rm -r -f ./types",
		"build": "tsc",
		"rebuild": "npm run clean && npm run build",
		"update": "npx npm-check-updates -u && npm install",
		"link": "npm run rebuild && npm link",
		"version": "npm run changelog",
		"push": "npm run rebuild && git push && npm publish",
		"changelog": "auto-changelog -p && git add CHANGELOG.md && git commit -m \"Update CHANGELOG.md\""
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ifunny-co/ifunny-api-types.git"
	},
	"keywords": [
		"ifunny",
		"types",
		"typescript"
	],
	"author": "MakeShiftArtist <makeshiftdevelopment@gmail.com> (https://github.com/makeshiftartist)",
	"license": "CC0-1.0",
	"bugs": {
		"url": "https://github.com/ifunny-co/ifunny-api-types/issues"
	},
	"homepage": "https://github.com/ifunny-co/ifunny-api-types#readme",
	"devDependencies": {
		"@types/node": "^18.11.9",
		"auto-changelog": "^2.4.0",
		"typescript": "^4.8.4"
	},
	"auto-changelog": {
		"template": "changelog-template.hbs",
		"hideEmptyReleases": true,
		"commitLimit": false,
		"unreleased": true,
		"replaceText": {
			"[Ff]eat:": "",
			"[Ff]ix:": "",
			"[Bb]reak:": "",
			"[Dd]oc:": ""
		}
	}
}
