diff --git a/package.json b/package.json index d1a8c7e1..99124f0d 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "type": "git", "url": "git://github.com/coderaiser/cloudcmd.git" }, + "main": "server/cloudcmd.js", "keywords": [ "console", "terminal", @@ -193,6 +194,7 @@ "philip": "^3.0.0", "place": "^1.1.4", "readjson": "^2.0.1", + "redlint": "^3.13.1", "request": "^2.76.0", "rimraf": "^5.0.1", "scroll-into-view-if-needed": "^3.0.4", @@ -214,7 +216,6 @@ "node": ">=18" }, "license": "MIT", - "main": "server/cloudcmd.js", "publishConfig": { "access": "public" }