RandomChad/package.json
2022-10-07 18:41:59 +02:00

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"
}
}