mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 10:35:08 +02:00
25 lines
533 B
JSON
25 lines
533 B
JSON
{
|
|
"name": "RandomChad",
|
|
"version": "0.0.1",
|
|
"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.0.2",
|
|
"color-namer": "^1.4.0",
|
|
"convert-svg-to-jpeg": "^0.5.0",
|
|
"esm": "^3.2.20",
|
|
"express": "^4.17.1",
|
|
"jsdom": "^18.0.0",
|
|
"random-name": "^0.1.2"
|
|
},
|
|
"devDependencies": {
|
|
}
|
|
} |