mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-04 18:25:09 +02:00
22 lines
376 B
JSON
22 lines
376 B
JSON
{
|
|
"name": "RandomChad",
|
|
"version": "0.1.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"scripts": {
|
|
"start": "node ./index.js",
|
|
"dev": "nodemon ./index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "",
|
|
"dependencies": {
|
|
"config": "^3.3.8",
|
|
"jsdom": "^18.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.20"
|
|
}
|
|
}
|