-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1002 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 1002 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
{
"name": "Anndromeda-RoyaleAPI",
"version": "7-beta",
"description": "**Anndromeda RoyaleAPI** is a powerful **Quart API** designed to fetch the names of items from the popular Roblox game **Royale High** and their associated community values from **Traderie**. The API returns results in **JSON format**, making it easy to integrate and use for various applications or analysis.",
"main": "fetchData.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xelvanta/Anndromeda-RoyaleAPI.git"
},
"keywords": [],
"author": "Anndromeda",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Xelvanta/Anndromeda-RoyaleAPI/issues"
},
"homepage": "https://github.com/Xelvanta/Anndromeda-RoyaleAPI#readme",
"dependencies": {
"express": "^5.2.1",
"puppeteer": "^24.34.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}