Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcelibs authored Jan 2, 2025
1 parent c63c92c commit a733d0b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "random-image-api",
"version": "1.0.0",
"description": "A script to generate images.json dynamically for random image API.",
"main": "scripts/generate-json.js",
"scripts": {
"generate": "node scripts/generate-json.js"
},
"author": "Your Name",
"license": "MIT",
"dependencies": {}
}

0 comments on commit a733d0b

Please sign in to comment.