0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00
posthog/plugins/package.json
Marius Andra 220ba7777a
Plugins via NPM (#2204)
* support both 1) zip and tgz archives 2) github and npm packages

* revert noisy change in PR

* refactor and add test

* add tests for downloading and extracting archives

* posthog-plugin-server upgrade

* add mode to tarfile.open to force gz

* swap github and npm tgz order

* fix

* remove github tgz because we use the zip there

* fix test
2020-11-05 21:22:49 +01:00

13 lines
234 B
JSON

{
"name": "plugins",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"posthog-plugin-server": "0.1.3"
},
"scripts": {
"start": "posthog-plugin-server start"
}
}