-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 941 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 941 Bytes
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": "@stelliajs/framework",
"version": "1.5.9",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"lint": "eslint src --ext .ts",
"format": "prettier --write .",
"build": "tsc && tsc-alias"
},
"repository": {
"type": "git",
"url": "https://github.com/stelliajs/framework.git"
},
"author": "Tweenty_",
"license": "ISC",
"description": "A framework for simplify the creation of discord bots",
"keywords": [
"discord",
"bot",
"discordjs",
"typescript",
"framework"
],
"dependencies": {
"discord.js": "^14.25.1",
"i18next": "^25.7.2",
"log-symbols": "^7.0.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"prettier": "^3.7.4",
"tsc-alias": "^1.8.16",
"typescript-eslint": "^8.49.0"
},
"type": "module",
"packageManager": "pnpm@10.24.0"
}