-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "discord-profile",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "ts-node --swc src",
"start": "node dist",
"lint": "eslint src --ignore-path .gitignore"
},
"keywords": [],
"author": "Starcea <[email protected]>",
"license": "MIT",
"devDependencies": {
"@swc/core": "^1.3.66",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/crypto-js": "^4.1.1",
"@types/react": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"pino-pretty": "^10.0.0",
"prettier": "^3.0.0",
"react": "^18.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"axios": "^1.4.0",
"crypto-js": "^4.1.1",
"discord.js": "14.14.1",
"dotenv": "^16.3.1",
"fastify": "^4.18.0",
"satori": "^0.10.1"
},
"packageManager": "[email protected]"
}