2020-01-25 00:57:57 +01:00
|
|
|
{
|
|
|
|
"name": "posthog",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
2020-02-09 23:39:05 +01:00
|
|
|
"heroku-postbuild": "cd frontend && yarn install && yarn run build",
|
|
|
|
"build": "cd frontend && yarn install && yarn run build"
|
2020-01-25 00:57:57 +01:00
|
|
|
},
|
2020-01-27 08:28:32 +01:00
|
|
|
"cacheDirectories": [
|
|
|
|
"frontend/node_modules"
|
|
|
|
],
|
2020-01-25 00:57:57 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/timgl/posthog.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/timgl/posthog/issues"
|
|
|
|
},
|
2020-02-09 01:00:17 +01:00
|
|
|
"homepage": "https://github.com/timgl/posthog#readme"
|
2020-01-25 00:57:57 +01:00
|
|
|
}
|