0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/package.json
2020-01-26 23:28:32 -08:00

24 lines
505 B
JSON

{
"name": "posthog",
"version": "1.0.0",
"scripts": {
"heroku-postbuild": "cd frontend && npm install && npm 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",
"dependencies": {
"prop-types": "^15.7.2"
}
}