Skip to content

Commit c92c7c9

Browse files
committedJul 6, 2023
NPM package files for ExpressJS HelloWorld Example
1 parent 7c38a02 commit c92c7c9

File tree

3 files changed

+619
-0
lines changed

3 files changed

+619
-0
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*~
22
HTML/**/index.js
33
.obsidian
4+
HTML/**/node_modules/

‎HTML/PharoJs-Examples/PjHelloWorldExpressApp/package-lock.json

+604
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "pjhelloworldexpressapp",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "Noury Bouraqadi",
10+
"license": "MIT",
11+
"dependencies": {
12+
"express": "^4.18.2"
13+
}
14+
}

0 commit comments

Comments
 (0)
Please sign in to comment.