-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 994 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
35
36
37
38
39
40
{
"name": "prime-plus",
"version": "1.0.1",
"description": "Skips Prime intros & ads. It also includes a autoplay function to play the next episode.",
"scripts": {
"watch": "webpack --watch --mode=development",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/necm1/prime-enhancer.git"
},
"keywords": [
"prime",
"skipper",
"intro",
"ads",
"autoplay"
],
"author": "Necmi M. Hasan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/necm1/prime-plus/issues"
},
"homepage": "https://github.com/necm1/prime-plus#readme",
"devDependencies": {
"@types/node": "^16.11.7",
"clean-webpack-plugin": "^4.0.0",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"typescript": "^4.5.2",
"webpack": "^5.64.1"
},
"dependencies": {
"rxjs": "^7.4.0",
"ts-loader": "^9.2.6",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
}
}