Add cli tool to call indepth analyzer
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
"linter": "eslint source/**/*.mjs --quiet",
|
||||
"dev": "nodemon source/app/web/index.mjs -e mjs,css,ejs,json",
|
||||
"postinstall": "node node_modules/puppeteer/install.js",
|
||||
"fmt": "dprint fmt --config .github/config/dprint.json && npx eslint source/**/*.mjs --fix"
|
||||
"fmt": "dprint fmt --config .github/config/dprint.json && npx eslint source/**/*.mjs --fix",
|
||||
"indepth": "node source/plugins/languages/analyzers.mjs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user