@networkpro/blog
Version:
The official blog of Network Pro Strategies (Network Pro™).
69 lines (68 loc) • 2.08 kB
JSON
{
"name": "@networkpro/blog",
"version": "1.2.7",
"description": "The official blog of Network Pro Strategies (Network Pro™).",
"keywords": [
"advisory",
"android",
"blog",
"consulting",
"cybersecurity",
"foss",
"linux",
"open-source",
"netwk-pro",
"networking",
"privacy",
"security"
],
"homepage": "https://blog.netwk.pro",
"bugs": {
"url": "https://github.com/netwk-pro/netwk-pro.github.io/issues/new/choose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netwk-pro/blog.git"
},
"license": "CC-BY-4.0 OR GPL-3.0-or-later",
"author": {
"name": "Scott Lopez",
"email": "github@sl.neteng.cc",
"url": "https://bio.neteng.pro"
},
"type": "module",
"scripts": {
"dev": "mkdocs serve",
"start": "npm run dev",
"build": "mkdocs build",
"delete": "rm -rf build node_modules package-lock.json",
"clean": "npm run delete && npm cache clean --force && npm install",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"lint": "eslint . --ext .mjs,.js,.json,.jsonc",
"lint:fix": "eslint . --ext .mjs,.js,.json,.jsonc --fix",
"lint:md": "npx markdownlint-cli2 \"**/*.{md,markdown}\" \"#node_modules/**\" \"#build/**\"",
"lint:css": "npx stylelint \"**/*.css\" --ignore-path .stylelintignore",
"lint:all": "npm run lint && npm run lint:md && npm run lint:css && npm run format",
"checkout": "npm run lint:all",
"verify": "npm run checkout",
"upgrade": "npx npm-check-updates -u"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@eslint/json": "^0.12.0",
"autoprefixer": "^10.4.21",
"browserslist": "^4.25.0",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"globals": "^16.2.0",
"markdownlint": "^0.38.0",
"markdownlint-cli2": "^0.18.1",
"postcss": "^8.5.6",
"prettier": "3.5.3",
"stylelint": "^16.20.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended": "^16.0.0",
"stylelint-order": "^7.0.0"
}
}