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",
|
2020-02-20 09:10:18 +01:00
|
|
|
"url": "https://github.com/posthog/posthog.git"
|
2020-01-25 00:57:57 +01:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2020-02-20 09:10:18 +01:00
|
|
|
"url": "https://github.com/posthog/posthog/issues"
|
2020-01-25 00:57:57 +01:00
|
|
|
},
|
2020-02-20 09:10:18 +01:00
|
|
|
"homepage": "https://github.com/posthog/posthog#readme"
|
2020-01-25 00:57:57 +01:00
|
|
|
}
|