forked from snoringriceball/youtube-sleep-timer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 825 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
{
"name": "scott-manley-sleep-timer",
"version": "2.3.0",
"description": "Pauses Scott Manley's videos right before the end.",
"main": "background.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdrianMiska/scott-manley-sleep-timer.git"
},
"keywords": [],
"author": "Snoring Riceball, joy91227, Adrian Miska",
"license": "CC BY-NC-SA 4.0",
"bugs": {
"url": "https://github.com/AdrianMiska/scott-manley-sleep-timer/issues"
},
"devDependencies": {
"@types/chrome": "^0.0.265",
"copy-webpack-plugin": "^12.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.4.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4 "
}
}