-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 KB
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
{
"name": "ram-api.js",
"version": "15.0.4",
"description": "a npm module to connect to ram api for you",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"scripts": {
"test": "node test.js",
"build": "npm run buildESM && npm run buildcjs",
"buildESM": "tsc",
"buildcjs": "tsc --module CommonJS --outDir dist/cjs"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/anime-development/ram-api.js.git"
},
"author": "Gamearoo_Codes",
"license": "ISC",
"keywords": [
"discord",
"discord.js",
"discordjs",
"logger",
"ramapi"
],
"bugs": {
"url": "https://github.com/anime-development/ram-api.js/issues"
},
"homepage": "https://github.com/anime-development/ram-api.js#readme",
"dependencies": {
"@classycrafter/super-logger": "^2.0.0",
"axios": "^1.6.8",
"npm-registry-fetch": "^16.0.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/npm-registry-fetch": "^8.0.4"
}
}