-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.67 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.67 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "api.mdcdev.me",
"version": "2.0.0-beta",
"description": "An API where you can get a lot of information and functions for free and without having to authenticate yourself. For personal and non-commercial use.",
"main": "index.js",
"scripts": {
"dev": "nodemon src/app.js",
"start": "node src/app.js",
"test:bomberos": "node test-bomberos-setup.js",
"examples:bomberos": "node examples/bomberos-examples.js",
"update:crime": "node update-crime-data.js",
"update:earthquakes": "node fill-earthquake-data.js",
"examples:crime": "node examples/inei-crime-examples.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MDCYT/api.mdcdev.me.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MDCYT/api.mdcdev.me/issues"
},
"homepage": "https://github.com/MDCYT/api.mdcdev.me#readme",
"dependencies": {
"@napi-rs/canvas": "^0.1.45",
"@octokit/rest": "^20.0.2",
"@sentry/cli": "^2.35.0",
"@sentry/node": "^8.28.0",
"@sentry/profiling-node": "^8.28.0",
"axios": "^1.6.7",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"form-data": "^4.0.5",
"https-proxy-agent": "^7.0.6",
"json-to-pretty-yaml": "^1.2.2",
"json-xml-parse": "^1.2.8",
"morgan": "^1.10.0",
"mysql2": "^3.18.0",
"node-fetch": "^2.7.0",
"playwright": "^1.57.0",
"rate-limit-redis": "^3.0.1",
"redis": "^4.6.5",
"redis-json": "^6.0.3",
"rettiwt-api": "^6.0.8",
"symbol-tree": "^3.2.4",
"undici": "^7.16.0"
},
"devDependencies": {
"dotenv": "^16.0.3",
"nodemon": "^3.1.11"
}
}