forked from Mixa8503/node_messenger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 709 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "node_messenger",
"version": "1.0.0",
"description": "A simple console-based program for messaging",
"main": "front.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint back.js",
"lintf": "eslint messenger.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stormy131/node_messenger.git"
},
"author": "Artem Kopyl & Yaroslav Tereschenko",
"license": "ISC",
"bugs": {
"url": "https://github.com/stormy131/node_messenger/issues"
},
"homepage": "https://github.com/stormy131/node_messenger#readme",
"devDependencies": {
"eslint": "^7.27.0",
"prettier": "2.3.0"
},
"dependencies": {}
}