-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 712 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 712 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": "fnitemshopgenerator",
"version": "1.0.0",
"description": "Generates an image of the fortnite battle royale item shop",
"type": "module",
"main": "index_fn-api.com.js",
"scripts": {
"start": "node index_fn-api.com.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sprintermax/FNItemShopGenerator.git"
},
"bugs": {
"url": "https://github.com/sprintermax/FNItemShopGenerator/issues"
},
"homepage": "https://github.com/sprintermax/FNItemShopGenerator#readme",
"author": "Sprintermax",
"license": "MIT",
"dependencies": {
"discord-webhook-node": "^1.1.8",
"dotenv": "^16.0.2",
"jimp": "^0.16.1",
"node-fetch": "^3.2.6"
}
}