-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "nodesolid",
"version": "1.0.0",
"description": "--- marp: true theme: gaia style: | section.lead h1 { text-align: center; } section.middle li{ text-align: center; } --- <!-- headingDivider: 2 --> <!-- theme: gaia class: lead --> # Node-Solid : Solidify Node Skills Executing Node sNode API Strems Asycn Node",
"main": "app.js",
"dev":"nodemon app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QasimTalkin/nodeSolid.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/QasimTalkin/nodeSolid/issues"
},
"homepage": "https://github.com/QasimTalkin/nodeSolid#readme"
}