This repository was archived by the owner on Jun 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.3 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.3 KB
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
{
"name": "fake_news_detector",
"version": "1.0.0",
"description": "<img src=\"icons/logo.svg\" alt=\"drawing\" width=\"96\"/>",
"main": "popup/stats.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"dist": "./zip_prod.sh",
"sources": "./zip_sources.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CheckFake/browser.git"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/CheckFake/browser/issues"
},
"homepage": "https://github.com/CheckFake/browser#readme",
"devDependencies": {
"laravel-mix": "^2.1.14",
"webpack-dev-server": ">=3.1.11",
"vue": "^2.5.17"
}
}