0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00
posthog/plugins/package.json
2020-11-13 14:15:24 -05:00

13 lines
234 B
JSON

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