servertap-js
Version:
A TypeScript library for working with the ServerTap API
41 lines (40 loc) • 860 B
JSON
{
"name": "servertap-js",
"version": "0.0.1-dev",
"description": "A TypeScript library for working with the ServerTap API",
"main": "dist/index.cjs",
"type": "module",
"module": "dist/index.js",
"umd:main": "dist/index.umd.js",
"source": "src/index.ts",
"scripts": {
"build": "rm -rf dist && microbundle --tsconfig tsconfig.json",
"dev": "microbundle watch --tsconfig tsconfig.json"
},
"keywords": [
"ServerTap",
"Minecraft",
"API",
"Bukkit",
"Spigot",
"Paper",
"MC",
"Java",
"phybros"
],
"author": "Cameron Steele (ATechAdventurer)",
"license": "MIT",
"files": [
"src",
"dist"
],
"devDependencies": {
"@types/jest": "^27.0.3",
"jest": "^27.4.5",
"microbundle": "^0.14.2",
"nock": "^13.2.1"
},
"dependencies": {
"isomorphic-unfetch": "^3.1.0"
}
}