create-message-kit 1.2.20 → 1.2.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,24 +0,0 @@
1
- {
2
- "name": "thegeneralstore",
3
- "private": true,
4
- "type": "module",
5
- "scripts": {
6
- "build": "tsc",
7
- "dev": "tsc -w & sleep 1 && NODE_NO_WARNINGS=1 node --watch dist/index.js",
8
- "start": "node dist/index.js"
9
- },
10
- "dependencies": {
11
- "@notionhq/client": "^2.2.15",
12
- "@redis/client": "^1.6.0",
13
- "@xmtp/message-kit": "workspace:*",
14
- "axios": "^1.7.7",
15
- "lowdb": "^7.0.1"
16
- },
17
- "devDependencies": {
18
- "@types/node": "^20.14.2",
19
- "typescript": "^5.4.5"
20
- },
21
- "engines": {
22
- "node": ">=20"
23
- }
24
- }