There was an error while loading. Please reload this page.
1 parent 3b0a851 commit 3bb4828Copy full SHA for 3bb4828
package.json
@@ -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