spigot-anti-piracy-csv-exporter
Version:
A helper utility to generate a csv export for the spigot-anti-piracy-backend
45 lines (44 loc) • 1.11 kB
JSON
{
"name": "spigot-anti-piracy-csv-exporter",
"version": "2.0.0",
"description": "A helper utility to generate a csv export for the spigot-anti-piracy-backend",
"bin": "dist/csv-exporter.js",
"main": "dist/csv-exporter.js",
"types": "dist/csv-exporter.d.ts",
"scripts": {
"lint": "tslint -p tsconfig.json -c tslint.json '{src,e2e}/**/*.ts'",
"prepublishOnly": "npm run lint && tsc",
"release": "standard-version -s",
"start": "ts-node src/csv-exporter.ts"
},
"engines": {
"node": ">=12"
},
"author": {
"name": "timbru"
},
"dependencies": {
"json2csv": "^5.0.1"
},
"devDependencies": {
"@types/json2csv": "^5.0.0",
"@types/node": "^12.12.30",
"prettier": "^2.0.5",
"standard-version": "^9.0.0",
"ts-node": "^9.0.0",
"tslint": "^6.1.2",
"typescript": "^4.0.2"
},
"license": "MIT",
"repository": "timbru31/spigot-anti-piracy-csv-exporter",
"bugs": {
"url": "https://github.com/timbru31/spigot-anti-piracy-csv-exporter/issues"
},
"keywords": [
"spigot",
"bukkit",
"minecraft",
"ban",
"leak"
]
}