Skip to content

Commit a8e9ac2

Browse files
committed
Create package.json
Update package.json
1 parent 2e68ff3 commit a8e9ac2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "github-code-scanning-shiftleft-example",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "app.js",
6+
"scripts": {
7+
"start": "node app.js",
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/SecureCodeWarrior/github-code-scanning-shiftleft-example.git"
13+
},
14+
"author": "",
15+
"license": "ISC",
16+
"bugs": {
17+
"url": "https://github.com/SecureCodeWarrior/github-code-scanning-shiftleft-example/issues"
18+
},
19+
"homepage": "https://github.com/SecureCodeWarrior/github-code-scanning-shiftleft-example#readme",
20+
"dependencies": {
21+
"express": "^4.17.1"
22+
}
23+
}

0 commit comments

Comments
 (0)