Skip to content

Commit 8148879

Browse files
committed
update
1 parent 40101f4 commit 8148879

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "node",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [],
10+
"author": "",
11+
"license": "ISC",
12+
"dependencies": {
13+
"axios": "^1.7.3",
14+
"discord.js": "^14.15.3",
15+
"request": "^2.88.2"
16+
},
17+
"devDependencies": {
18+
"eslint": "^9.9.0"
19+
}
20+
}

0 commit comments

Comments
 (0)