Add activity pull
This commit is contained in:
parent
fb98ff881d
commit
dd5ae4c9ef
6 changed files with 353 additions and 0 deletions
12
get_history/package.json
Normal file
12
get_history/package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "get_history",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue