pigman
Version:
SpigotMC server hosting enhanced with Node.js.
39 lines (38 loc) • 844 B
JSON
{
"name": "pigman",
"version": "0.0.1",
"description": "SpigotMC server hosting enhanced with Node.js.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "tsc",
"test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json"
},
"coverage": "nyc -r text -e .ts -x \"tests/*.test.ts\" npm run test",
"repository": {
"type": "git",
"url": "git+https://github.com/jcaru/pigman.git"
},
"keywords": [
"minecraft",
"spigtot",
"spigotmc",
"mc",
"server",
"hosting",
"enhanced",
"quality",
"spice",
"of",
"life",
"qol",
"sol"
],
"author": "Joseph Caruso",
"license": "MIT",
"bugs": {
"url": "https://github.com/jcaru/pigman/issues"
},
"homepage": "https://github.com/jcaru/pigman#readme"
}