spigot-anti-piracy-backend
Version:
A koajs application to blacklist leaked plugins
60 lines (59 loc) • 1.62 kB
JSON
{
"name": "spigot-anti-piracy-backend",
"version": "2.1.2",
"description": "A koajs application to blacklist leaked plugins",
"bin": "dist/app.js",
"main": "dist/app.js",
"scripts": {
"coverage": "npm test && nyc report --reporter=lcov",
"lint": "tslint -p tsconfig.test.json -e '*.txt' '{src,test}/**/*.ts'",
"start": "ts-node src/app.ts",
"prerelease": "npm run test && rm -rf dist && tsc",
"release": "standard-version -s",
"test": "nyc mocha",
"watch": "nodemon --exec 'ts-node' src/app.ts"
},
"engines": {
"node": ">=12"
},
"author": "Tim Brust <github@timbrust.de>",
"dependencies": {
"@koa/router": "^10.0.0",
"koa": "^2.11.0",
"koa-bodyparser": "^4.3.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/koa": "^2.11.0",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa__router": "^8.0.2",
"@types/mocha": "^8.0.0",
"@types/node": "^12.12.36",
"@types/supertest": "^2.0.8",
"mocha": "^8.0.1",
"nodemon": "^2.0.3",
"nyc": "^15.0.1",
"should": "^13.2.3",
"standard-version": "^9.0.0",
"supertest": "^6.0.0",
"ts-node": "^9.0.0",
"tslint": "^6.1.1",
"typescript": "^4.0.2"
},
"license": "MIT",
"repository": "timbru31/spigot-anti-piracy-backend",
"bugs": "https://github.com/timbru31/spigot-anti-piracy-backend/issues",
"keywords": [
"spigot",
"bukkit",
"minecraft",
"ban",
"leak"
],
"standard-version": {
"scripts": {
"postchangelog": "npx prettier --write CHANGELOG.md"
}
},
"funding": "https://github.com/sponsors/timbru31"
}