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.
- package/index.js +6 -1
- package/package.json +2 -2
- package/templates/toss/src/plugins/helpers.ts +1 -4
- package/templates/toss/src/skills/toss.ts +52 -103
- package/templates.json +58 -0
- package/templates/thegeneralstore/.cursorrules +0 -290
- package/templates/thegeneralstore/.env.example +0 -9
- package/templates/thegeneralstore/.yarnrc.yml +0 -9
- package/templates/thegeneralstore/package.json +0 -24
- package/templates/thegeneralstore/src/data/db.json +0 -812
- package/templates/thegeneralstore/src/index.ts +0 -37
- package/templates/thegeneralstore/src/plugins/learnweb3.ts +0 -96
- package/templates/thegeneralstore/src/plugins/lowdb.ts +0 -11
- package/templates/thegeneralstore/src/plugins/notion.ts +0 -89
- package/templates/thegeneralstore/src/plugins/redis.ts +0 -15
- package/templates/thegeneralstore/src/prompt.md +0 -51
- package/templates/thegeneralstore/src/prompt.ts +0 -3
- package/templates/thegeneralstore/src/skills/faucet.ts +0 -114
- package/templates/thegeneralstore/src/skills/notion.ts +0 -17
- package/templates/thegeneralstore/src/skills/poap.ts +0 -48
- package/templates/thegeneralstore/src/skills.ts +0 -37
@@ -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
|
-
}
|