19 lines
409 B
JSON
19 lines
409 B
JSON
{
|
|
"name": "@plugins/com.msgbyte.posthog",
|
|
"main": "src/index.tsx",
|
|
"version": "0.0.0",
|
|
"description": "Posthog 数据统计",
|
|
"private": true,
|
|
"scripts": {
|
|
"sync:declaration": "tailchat declaration github"
|
|
},
|
|
"dependencies": {
|
|
"posthog-js": "^1.35.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/styled-components": "^5.1.26",
|
|
"react": "18.2.0",
|
|
"styled-components": "^5.3.6"
|
|
}
|
|
}
|