-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 737 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "node-cl-scraper",
"version": "1.0.0",
"description": "",
"main": "program.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/cedson61/node-cl-scraper.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cedson61/node-cl-scraper/issues"
},
"homepage": "https://github.com/cedson61/node-cl-scraper#readme",
"devDependencies": {
"electron": "^12.0.4",
"electron-packager": "^15.2.0",
"jssoup": "0.0.12",
"node-fetch": "^2.6.1"
},
"dependencies": {
"electron": "^12.0.4",
"electron-packager": "^15.2.0",
"jssoup": "0.0.12",
"node-fetch": "^2.6.1"
}
}