mirror of
https://github.com/Findus23/typo3-keyboard.git
synced 2024-08-27 19:52:16 +02:00
28 lines
822 B
JSON
28 lines
822 B
JSON
{
|
|
"name": "mask-detector",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "^5.3.0",
|
|
"npm-run-all": "^4.1.3",
|
|
"web-ext": "^2.3.0"
|
|
},
|
|
"scripts": {
|
|
"build": "web-ext build --ignore-files '**/*.sh' 'mousetrap/' 'yarn*'",
|
|
"webext_lint": "web-ext lint --warnings-as-errors --ignore-files 'libs/*' 'mousetrap/' '**/*.sh' 'yarn*'",
|
|
"eslint": "eslint *.js",
|
|
"all": "npm-run-all --parallel webext_lint eslint --sequential build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Findus23/mask-detector.git"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/Findus23/mask-detector/issues"
|
|
},
|
|
"homepage": "https://github.com/Findus23/mask-detector#readme"
|
|
}
|