Skip to content

Commit 47893da

Browse files
committed
[PRAC/ret] Add "package.json" file
Organiz "package.json" logic to attempt/work off Render/deploy. Worth noting: - this attempt to get away from the "local" server. core: B-3 / JS-BL
1 parent ff8ca1e commit 47893da

File tree

1 file changed

+13
-0
lines changed
  • core-courses/3-js-basic-level/practicum-js-basic-level/sb-crm-server

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "sb-crm-server",
3+
"version": "1.0.0",
4+
"description": "Перед запуском убедитесь, что вы установили Node.js версии 12 или выше.",
5+
"main": "index.js",
6+
"scripts": {
7+
"start": "node index.js",
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"keywords": [],
11+
"author": "",
12+
"license": "ISC"
13+
}

0 commit comments

Comments
 (0)