mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 18:35:10 +02:00
24 lines
474 B
JSON
24 lines
474 B
JSON
{
|
|
"name": "RandomChad",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"scripts": {
|
|
"start": "NODE_ENV=production node ./index.js",
|
|
"dev": "NODE_ENV=development nodemon ./index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "",
|
|
"dependencies": {
|
|
"color": "^4.2.3",
|
|
"color-namer": "^1.4.0",
|
|
"jsdom": "^18.1.1",
|
|
"random-name": "^0.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.20"
|
|
}
|
|
}
|