-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.36 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "advox-onboarding-flow",
"version": "1.0.0",
"description": "a discord bot that helps the advocates' welcome team",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node lib/index.js",
"dev": "tsnd --respawn index.ts"
},
"author": "hz ([email protected])",
"license": "ISC",
"dependencies": {
"@stacks/blockchain-api-client": "^2.1.1",
"@stacks/stacks-blockchain-api-types": "^2.1.1",
"@types/node-schedule": "^1.3.2",
"cross-fetch": "^3.1.5",
"discord.js": "^14.15.2",
"json-stable-stringify": "^1.0.1",
"mongoose": "^6.2.10",
"node-schedule": "^2.1.0",
"sourcecred": "^0.11.2"
},
"devDependencies": {
"@types/json-stable-stringify": "^1.0.34",
"dotenv": "^10.0.0",
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"typescript": "^5.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hozzjss/advox-onboarding-flow.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/hozzjss/advox-onboarding-flow/issues"
},
"homepage": "https://github.com/hozzjss/advox-onboarding-flow#readme",
"pnpm": {
"overrides": {
"better-sqlite3": "10.0.0"
}
}
}