-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 876 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
{
"name": "yt-xml2vtt",
"version": "1.2.1",
"description": "A tiny module to easily convert YouTube caption format from XML to VTT with ZERO dependencies",
"main": "./src/xml2vtt.js",
"types": "./typings/index.d.ts",
"scripts": {
"format": "prettier --write \"**/*.+(js|jsx|ts|tsx|md|css|scss|sass|less|graphql|yml|yaml|json|vue)\"",
"postformat": "eslint --fix .",
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aasim-A/yt-xml2vtt.git"
},
"keywords": [
"youtube",
"xml",
"vtt",
"xml2vtt",
"caption",
"yt-caption",
"convert",
"converter",
"yt"
],
"author": "Aasim-A",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aasim-A/yt-xml2vtt/issues"
},
"homepage": "https://github.com/Aasim-A/yt-xml2vtt#readme",
"dependencies": {}
}