UNPKG

wiki-plugin-recycler

Version:
49 lines (48 loc) 1.24 kB
{ "name": "wiki-plugin-recycler", "version": "0.4.0", "description": "Federated Wiki - Recycler Plugin", "keywords": [ "recycler", "wiki", "federated wiki", "plugin" ], "author": { "name": "Paul Rodwell", "email": "paul.rodwell@btinternet.com", "url": "http://rodwell.me" }, "contributors": [ "Paul Rodwell <paul.rodwell@btinternet.com>", "Ward Cunningham <ward@c2.com>" ], "scripts": { "build": "npm run clean; node --no-warnings scripts/build-client.js", "clean": "rm client/recycler.js client/recycler.js.map", "prettier:format": "prettier --write './**/*.js'", "prettier:check": "prettier --check ./**/*.js", "test": "mocha", "update-authors": "node scripts/update-authors.cjs" }, "devDependencies": { "@eslint/js": "^9.21.0", "esbuild": "^0.25.0", "eslint": "^9.21.0", "globals": "^16.0.0", "grunt-git-authors": "^3.2.0", "prettier": "^3.5.2" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/fedwiki/wiki-plugin-recycler.git" }, "bugs": { "url": "https://github.com/fedwiki/wiki-plugin-recycler/issues" }, "type": "module", "engines": { "node": ">=18.x" } }