RandomChad/package.json
2022-10-07 11:46:58 +02:00

24 lines
506 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.2.3",
"color-namer": "^1.4.0",
"convert-svg-to-jpeg": "^0.5.0",
"esm": "^3.2.25",
"express": "^4.18.1",
"jsdom": "^18.1.1",
"random-name": "^0.1.2"
}
}