-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 829 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 829 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
{
"name": "ram-api2.js",
"version": "1.0.0-dev.1",
"description": "a package for ram-api2",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"scripts": {
"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/Ram-Bot-Development/ram-api2.js.git"
},
"keywords": [
"ram-api2"
],
"author": "Gamearoo",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ram-Bot-Development/ram-api2.js/issues"
},
"homepage": "https://github.com/Ram-Bot-Development/ram-api2.js#readme",
"dependencies": {
"@classycrafter/super-logger": "^2.0.0",
"axios": "^1.5.0"
}
}