-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
34 lines (34 loc) · 1.42 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
{
"name": "youtube2anki",
"version": "1.4.0",
"description": "[![Firefox](https://img.shields.io/amo/v/youtube2anki.svg?label=Firefox)](https://addons.mozilla.org/en-US/firefox/addon/youtube2anki/) [![Chrome](https://img.shields.io/chrome-web-store/v/boebbbjmbikafafhoelhdjeocceddngi.svg?color=%234A88EE&label=Chrome)](https://chrome.google.com/webstore/detail/youtube2anki/boebbbjmbikafafhoelhdjeocceddngi) [![License](https://img.shields.io/github/license/dobladov/youtube2anki.svg?color=%23B70000)](https://github.com/dobladov/youtube2Anki/blob/master/LICENSE) [![PayPal](https://img.shields.io/badge/Support%20this%20project-PayPal-009CDE.svg)](https://www.paypal.me/dobladov)",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run types",
"lint": "eslint .",
"types": "tsc",
"build": "npx web-ext build -s src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dobladov/youtube2Anki.git"
},
"keywords": [
"anki"
],
"author": "Daniel Doblado",
"license": "GPL3",
"bugs": {
"url": "https://github.com/dobladov/youtube2Anki/issues"
},
"homepage": "https://github.com/dobladov/youtube2Anki#readme",
"devDependencies": {
"@types/chrome": "0.0.193",
"eslint": "8.21.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0",
"typescript": "4.7.4"
}
}