mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
220ba7777a
* 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
13 lines
234 B
JSON
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"
|
|
}
|
|
}
|