We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8ca1e commit 47893daCopy full SHA for 47893da
1 file changed
core-courses/3-js-basic-level/practicum-js-basic-level/sb-crm-server/package.json
@@ -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