diff --git a/package.json b/package.json index 8153553..dfb946e 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,18 @@ "url": "https://github.com/RichardLitt/standard-readme/issues" }, "homepage": "https://github.com/RichardLitt/standard-readme", - "dependencies": {}, + "dependencies": { + "opencollective": "^1.0.3" + }, "coordinates": [ 52.5173031, 13.4535065 - ] -} + ], + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/standard-readme" + }, + "scripts": { + "postinstall": "opencollective-postinstall" + } +} \ No newline at end of file