-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 981 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
{
"name": "youtube-sleep-timer",
"version": "2.3.0",
"description": "A sleep timer for YouTube!",
"main": "background.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snoringriceball/youtube-sleep-timer.git"
},
"keywords": [],
"author": "Snoring Riceball, joy91227",
"license": "ISC",
"bugs": {
"url": "https://github.com/snoringriceball/youtube-sleep-timer/issues"
},
"homepage": "https://github.com/snoringriceball/youtube-sleep-timer#readme",
"devDependencies": {
"@types/chrome": "^0.0.180",
"@types/offscreencanvas": "^2019.6.4",
"copy-webpack-plugin": "^10.2.4",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"nanoid": "^3.3.2"
}
}