Skip to content

Commit 3bb4828

Browse files
Added package.json
Signed-off-by: Moulik Aggarwal <[email protected]>
1 parent 3b0a851 commit 3bb4828

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "demo-js",
3+
"version": "0.0.1",
4+
"description": "Repository to demonstrate sample issues in JavaScript raised by DeepSource",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/deepsourcelabs/demo-js.git"
12+
},
13+
"keywords": [
14+
"python",
15+
"static-analysis",
16+
"deepsource"
17+
],
18+
"author": "Moulik Aggarwal",
19+
"license": "ISC",
20+
"bugs": {
21+
"url": "https://github.com/deepsourcelabs/demo-js/issues"
22+
},
23+
"homepage": "https://github.com/deepsourcelabs/demo-js#readme"
24+
}

0 commit comments

Comments
 (0)