3662c07c63
* Run npm update * Run npm audit fix * Update eslint to 8.8.0 * Update eslint-plugin-no-unsanitized to 4.0.1 * Update html-validate to 6.2.0 * Update jsdom to 19.0.0 * Update stylelint to 14.3.0 * Update stylelint-config-recommended to 6.0.0 * Remove dead rule * Fix rule affecting currentColor keyword
53 lines
1.9 KiB
JSON
53 lines
1.9 KiB
JSON
{
|
|
"name": "yomichan",
|
|
"version": "0.0.0",
|
|
"description": "Japanese pop-up dictionary extension for Chrome and Firefox.",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./dev/patch-dependencies.js",
|
|
"build": "node ./dev/build.js",
|
|
"test": "npm run test-lint && npm run test-lint-css && npm run test-lint-html && npm run test-code && npm run test-manifest && npm run test-build",
|
|
"test-lint": "npx eslint . && node ./dev/lint/global-declarations.js && node ./dev/lint/html-scripts.js",
|
|
"test-lint-css": "npx stylelint \"ext/**/*.css\" \"test/**/*.css\" \"dev/**/*.css\"",
|
|
"test-lint-html": "npx html-validate \"ext/**/*.html\" \"test/**/*.html\" \"dev/**/*.html\"",
|
|
"test-lint-web-ext": "npx web-ext lint",
|
|
"test-code": "node ./test/test-all.js ./test --skip ./test/test-manifest.js",
|
|
"test-manifest": "node ./test/test-manifest.js",
|
|
"test-build": "node ./dev/build.js --dry-run --all"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/FooSoft/yomichan.git"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"licenses": [
|
|
{
|
|
"type": "GPL-3.0-or-later",
|
|
"url": "https://www.gnu.org/licenses/gpl-3.0.html"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/FooSoft/yomichan/issues"
|
|
},
|
|
"homepage": "https://foosoft.net/projects/yomichan/",
|
|
"webExt": {
|
|
"sourceDir": "ext"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^17.0.0",
|
|
"css": "^3.0.0",
|
|
"eslint": "^8.8.0",
|
|
"eslint-plugin-header": "^3.1.1",
|
|
"eslint-plugin-no-unsanitized": "^4.0.1",
|
|
"fake-indexeddb": "^3.1.7",
|
|
"html-validate": "^6.2.0",
|
|
"jsdom": "^19.0.0",
|
|
"parse5": "^6.0.1",
|
|
"stylelint": "^14.3.0",
|
|
"stylelint-config-recommended": "^6.0.0",
|
|
"web-ext": "^6.6.0"
|
|
}
|
|
}
|