-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 712 Bytes
/
package.json
File metadata and controls
22 lines (22 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
{
"type": "commonjs",
"name": "imagen-core",
"version": "1.0.7",
"description": "generates a random URL for an image hosted on GitHub, downloads it and saves it in a local directory of your project. This could be useful, for example, for applications that need images dynamically for testing, demonstration or development purposes.",
"main": "src/index.js",
"scripts": {
"start": "node test.js"
},
"keywords": [],
"author": "SstudiosDev",
"license": "MIT",
"homepage": "https://sstudiosdev.github.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/Sstudios-Dev/image-core.git"
},
"dependencies": {
"axios": "^1.6.7",
"fs": "^0.0.1-security"
}
}