-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
46 lines (46 loc) · 1.49 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
46
{
"name": "learn-card-discord-bot",
"version": "1.1.128",
"description": "",
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "rollup -c & pm2-runtime dist/index.js",
"build": "rollup -c"
},
"author": "Learning Economy Foundation (www.learningeconomy.io)",
"license": "MIT",
"dependencies": {
"@learncard/init": "workspace:*",
"@learncard/types": "workspace:*",
"@rollup/plugin-json": "^4.1.0",
"discord.js": "^14.6.0",
"dotenv": "^16.0.1",
"ioredis": "^5.2.2",
"ioredis-mock": "^8.2.2",
"rollup": "^2.71.1",
"rollup-plugin-esbuild": "^4.9.1"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.5",
"@changesets/cli": "^2.23.0",
"@types/cors": "^2.8.12",
"@types/figlet": "^1.5.4",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"nodemon": "^2.0.16",
"pm2": "^5.2.2",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.5.4",
"ts-node": "^10.8.1",
"tslib": "^2.4.0"
}
}