-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
58 lines (58 loc) · 1.55 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "agefans",
"version": "1.43.3",
"description": "增强播放功能,实现自动换集、无缝换集、画中画、历史记录、断点续播、弹幕等功能。适配agefans、NT动漫、bimiacg、mutefun、次元城、稀饭动漫",
"main": "index.user.js",
"repository": {
"type": "git",
"url": "git+https://github.com/IronKinoko/agefans-enhance.git"
},
"keywords": [
"agefans",
"userscirpt"
],
"author": "IronKinoko <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IronKinoko/agefans-enhance/issues"
},
"homepage": "https://github.com/IronKinoko/agefans-enhance#readme",
"scripts": {
"dev": "bocchi dev",
"build": "bocchi build",
"lint": "tsc --noEmit",
"prepare": "husky install",
"deploy": "gh-pages -d dist",
"preversion": "npm run lint",
"version": "npm run build",
"postversion": "npm run deploy && git push && git push --tags"
},
"devDependencies": {
"@types/jquery": "^3.5.14",
"@types/lodash-es": "^4.17.6",
"bocchi": "^1.1.3",
"gh-pages": "^3.2.3",
"husky": "^6.0.0",
"lint-staged": "^11.2.6",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"typescript": "^4.9.4"
},
"dependencies": {
"@ironkinoko/danmaku": "1.4.1",
"hls.js": "1.0.9",
"lodash-es": "^4.17.21",
"plyr": "3.6.4"
},
"globals": {
"hls.js": "Hls",
"plyr": "Plyr",
"@ironkinoko/danmaku": "Danmaku"
},
"prettier": {
"singleQuote": true,
"semi": false,
"tabWidth": 2,
"trailingComma": "es5"
}
}