mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
22 lines
516 B
JSON
22 lines
516 B
JSON
{
|
|
"name": "posthog",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"heroku-postbuild": "cd frontend && yarn install && yarn run build",
|
|
"build": "cd frontend && yarn install && yarn run build"
|
|
},
|
|
"cacheDirectories": [
|
|
"frontend/node_modules"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/timgl/posthog.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/timgl/posthog/issues"
|
|
},
|
|
"homepage": "https://github.com/timgl/posthog#readme"
|
|
}
|