UNPKG

wuffle

Version:

A multi-repository task board for GitHub issues

88 lines (87 loc) 2.09 kB
{ "name": "wuffle", "version": "0.69.0", "description": "A multi-repository task board for GitHub issues", "author": { "name": "Nico Rehwaldt", "url": "https://github.com/nikku" }, "bin": { "wuffle": "./bin/wuffle" }, "exports": { ".": "./index.js", "./package.json": "./package.json", "./lib/*.js": "./lib/*.js" }, "type": "module", "license": "MIT", "homepage": "https://github.com/nikku/wuffle", "repository": { "type": "git", "url": "https://github.com/nikku/wuffle.git", "directory": "packages/app" }, "keywords": [ "probot", "github", "probot-app", "github issues", "task board", "kanban board", "project management" ], "scripts": { "all": "run-s lint test", "dev": "nodemon", "start": "NODE_ENV=production node ./bin/wuffle", "test": "mocha 'test/**/*.js' --exit", "lint": "run-s lint:*", "lint:eslint": "eslint .", "lint:types": "tsc --pretty", "auto-test": "npm test -- --watch" }, "dependencies": { "@aws-sdk/client-s3": "^3.525.0", "async-didi": "^0.3.1", "body-parser": "^2.0.0", "compression": "^1.8.1", "express-session": "^1.18.2", "fake-tag": "^5.0.0", "memorystore": "^1.6.7", "min-dash": "^4.2.3", "mkdirp": "^3.0.1", "p-defer": "^4.0.1", "prexit": "^2.3.0", "probot": "^13.4.5", "smee-client": "^4.0.0" }, "devDependencies": { "@graphql-eslint/eslint-plugin": "^4.4.0", "@octokit/graphql-schema": "^15.25.0", "@types/compression": "^1.8.1", "@types/express-session": "^1.18.2", "@types/mocha": "^10.0.10", "chai": "^6.0.0", "graphql": "^16.11.0", "mocha": "^11.0.0", "nock": "^14.0.10", "nodemon": "^3.1.10", "npm-run-all2": "^8.0.4", "sinon": "^21.0.0", "sinon-chai": "^4.0.0", "typescript": "^5.7.2" }, "engines": { "node": ">= 20" }, "files": [ "bin", "lib", "public", "app.yml", "index.js", "wuffle.config.example.js" ], "gitHead": "3059393d0351b6a6109886bc4d4988e0900f32e7" }