0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00
posthog/plugins/package.json
2021-10-20 12:23:29 +01:00

13 lines
230 B
JSON

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