wiki-plugin-diag
Version:
Federated Wiki - Diag Plugin
48 lines (47 loc) • 1.22 kB
JSON
{
"name": "wiki-plugin-diag",
"version": "0.1.2",
"description": "Federated Wiki - Diag Plugin",
"keywords": [
"diag",
"wiki",
"federated wiki",
"plugin"
],
"author": {
"name": "Paul Rodwell",
"email": "paul.rodwell@btinternet.com",
"url": "http://rodwell.me"
},
"contributors": [],
"scripts": {
"build": "npm run clean; npm run test; node --no-warnings scripts/build-client.js",
"about": "wiki -p 3010 -d . --security_legacy",
"clean": "rm client/diag.js client/diag.js.map",
"clean-about": "rm -r assets commons recycle status",
"prettier:format": "prettier --write './**/*.js'",
"prettier:check": "prettier --check ./**/*.js",
"test": "node --test"
},
"devDependencies": {
"expect.js": "^0.3.1",
"grunt-git-authors": "^3.2.0",
"@eslint/js": "^9.30.1",
"esbuild": "^0.25.6",
"eslint": "^9.30.1",
"globals": "^16.3.0",
"prettier": "^3.6.2"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/paul90/wiki-plugin-diag.git"
},
"bugs": {
"url": "https://github.com/paul90/wiki-plugin-diag/issues"
},
"type": "module",
"engines": {
"node": ">=20.0"
}
}