forked from jeremyreist/imdb-rt-streaming
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 956 Bytes
/
package.json
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
34
{
"name": "imdb-rt-streaming",
"version": "1.0.0",
"description": "Adds IMDb & Rotten Tomatoes ratings to streaming sites",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "webpack --progress --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeremyreist/imdb-rt-streaming.git"
},
"author": "Jeremy Reist",
"license": "ISC",
"bugs": {
"url": "https://github.com/jeremyreist/imdb-rt-streaming/issues"
},
"homepage": "https://github.com/jeremyreist/imdb-rt-streaming#readme",
"devDependencies": {
"@types/chrome": "^0.0.195",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint-plugin-import": "^2.26.0",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"source-map-loader": "^4.0.0",
"ts-loader": "^9.3.1"
}
}