0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/package.json
2020-02-20 00:10:18 -08:00

22 lines
518 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": "https://github.com/posthog/posthog.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/posthog/posthog/issues"
},
"homepage": "https://github.com/posthog/posthog#readme"
}