mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 18:26:15 +01:00
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.0.6"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "posthog-plugin-server start"
|
||
|
}
|
||
|
}
|