Update package.json

This commit is contained in:
Alexey Safronov 2023-01-19 17:11:18 +03:00
parent d34c907305
commit 32bc687a39

View File

@ -4,11 +4,7 @@
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "echo 'skip it'",
"clean": "echo 'skip it'",
"deploy": "echo 'skip it'",
"start": "echo 'skip it'",
"start-prod": "echo 'skip it'"
"start": "node src/index.js"
},
"dependencies": {
"crypto": "^1.0.1",