-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 770 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 770 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
{
"dependencies": {
"playwright": "^1.49.0"
},
"devDependencies": {
"typescript": "^5.9.2"
},
"name": "imdb-watchlist-scraper",
"version": "2.0.6",
"description": "Scrape IMDb ratings list",
"main": "index.js",
"scripts": {
"start": "tsc && node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [],
"author": "RasmusKard",
"license": "ISC",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/RasmusKard/imdb-watchlist-scraper.git"
},
"bugs": {
"url": "https://github.com/RasmusKard/imdb-watchlist-scraper/issues"
},
"homepage": "https://github.com/RasmusKard/imdb-watchlist-scraper#readme"
}