We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e68ff3 commit a8e9ac2Copy full SHA for a8e9ac2
package.json
@@ -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