DogeRat/package.json
2023-04-14 14:04:08 -07:00

15 lines
241 B
JSON

{
"name": "dogerat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "16.13.2"
},
"scripts": {
"start": "node index.js"
},
"author": "shiva yadav",
"license": "ISC"
}