chore: first commit
This commit is contained in:
45
package.json
Normal file
45
package.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "youtube-captions-scrapper",
|
||||
"version": "1.0.0",
|
||||
"description": "Scrap youtube auto-generated captions",
|
||||
"main": "dist/index.js",
|
||||
"author": {
|
||||
"name": "Algolia, Inc.",
|
||||
"url": "https://www.algolia.com"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/algolia/youtube-captions-scrapper.git"
|
||||
},
|
||||
"homepage": "https://github.com/algolia/youtube-captions-scrapper",
|
||||
"bugs": {
|
||||
"url": "https://github.com/algolia/youtube-captions-scrapper/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "rm -rf dist && babel src -d dist",
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-eslint": "^8.0.2",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"babel-preset-flow": "^6.23.0",
|
||||
"babel-preset-stage-0": "^6.24.1",
|
||||
"babel-watch": "^2.0.7",
|
||||
"eslint": "^4.11.0",
|
||||
"eslint-config-algolia": "^12.0.0",
|
||||
"eslint-config-prettier": "^2.8.0",
|
||||
"eslint-plugin-flowtype": "^2.39.1",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-prettier": "^2.3.1",
|
||||
"flow-bin": "^0.59.0",
|
||||
"flow-typed": "^2.2.3",
|
||||
"prettier": "^1.8.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.17.1",
|
||||
"he": "^1.1.1",
|
||||
"lodash": "^4.17.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user