forked from elisaado/somtoday.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 957 Bytes
/
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
{
"name": "somtoday.js",
"version": "1.0.4",
"description": "A JavaScript library for the SOMtoday REST API.",
"main": "dist/somtoday.js",
"types": "dist/somtoday.d.ts",
"scripts": {
"build": "tsc",
"test": "npm run build && node ./dist/test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elisaado/SOMtoday.js.git"
},
"author": "Eli Saado & Contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/elisaado/SOMtoday.js/issues"
},
"homepage": "https://github.com/elisaado/SOMtoday.js#readme",
"dependencies": {
"@discordjs/collection": "^0.1.6",
"axios": "^0.21.2",
"debug": "^4.1.1",
"fs": "^0.0.1-security",
"fuse.js": "^5.1.0",
"qs": "^6.9.3"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/node": "^17.0.5",
"@types/qs": "^6.9.1",
"dotenv": "^8.2.0",
"prettier": "2.2.1",
"typescript": "^3.9.9"
}
}