Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: baea34d52aaa4414c912b9577272e66f615d4e64 (plain)
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
{
  "name": "return-youtube-dislike",
  "version": "2.0.0",
  "description": "Chrome extension to return youtube dislikes",
  "main": "ryd.content-script.js",
  "scripts": {
    "start": "echo To build for development, please use \"npm run dev\". To build for production, please use \"npm run build\".",
    "dev": "webpack --mode=production --watch",
    "build": "webpack --mode=production",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Anarios/return-youtube-dislike.git"
  },
  "keywords": [
    "youtube",
    "dislike",
    "return",
    "extension"
  ],
  "author": "Anarios",
  "bugs": {
    "url": "https://github.com/Anarios/return-youtube-dislike/issues"
  },
  "homepage": "https://github.com/Anarios/return-youtube-dislike#readme",
  "devDependencies": {
    "@babel/core": "^7.16.5",
    "@babel/preset-env": "^7.16.5",
    "@babel/runtime": "^7.16.5",
    "babel-loader": "^8.2.3",
    "copy-webpack-plugin": "^10.2.0",
    "filemanager-webpack-plugin": "^6.1.7",
    "webpack-cli": "^4.9.1"
  }
}