-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 894 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
41
42
{
"name": "bv2av",
"version": "0.2.4",
"description": "Convert new bv code of bilibili to old av code",
"main": "src/index.js",
"types": "types/index.d.ts",
"bin": {
"bv2av": "bin/cli.js"
},
"scripts": {
"test": "node test/index.test.js"
},
"files": [
"bin",
"src",
"types"
],
"repository": {
"type": "git",
"url": "git+https://github.com/poppinlp/bv2av.git"
},
"keywords": [
"bilibili",
"bv2av"
],
"author": "PoppinL<[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/poppinlp/bv2av/issues"
},
"homepage": "https://github.com/poppinlp/bv2av#readme",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^2.0.2"
},
"dependencies": {
"axios": "^0.21.1",
"minimist": "^1.2.5"
}
}