UNPKG

jka-core

Version:

Library for working with Jedi Academy servers

48 lines (47 loc) 1.44 kB
{ "name": "jka-core", "version": "0.6.5", "description": "Library for working with Jedi Academy servers", "main": "lib/index.js", "types": "lib/index.d.ts", "author": "TrayHard <wwwtrayfrost@gmail.com> (https://github.com/TrayHard)", "license": "MIT", "keywords": [ "jka", "rujka", "jedi academy", "videogames", "star wars", "jedi knight", "jedi knight academy" ], "homepage": "https://github.com/TrayHard/jka-core#readme", "bugs": { "url": "https://github.com/TrayHard/jka-core/issues", "email": "wwwtrayfrost@gmail.com" }, "scripts": { "test": "jest", "dev": "ts-node-dev --watch --respawn --transpile-only ./src/index.ts", "update:patch": "npm run build && npm version patch && npm publish && git push origin --tags", "update:minor": "npm run build && npm version minor && npm publish && git push origin --tags", "update:major": "npm run build && npm version major && npm publish && git push origin --tags", "build": "tsc --project ./" }, "repository": { "type": "git", "url": "https://github.com/TrayHard/jka-core" }, "files": [ "lib/**/*" ], "devDependencies": { "@types/jest": "^29.5.8", "@types/node": "^17.0.15", "@types/reflect-metadata": "^0.1.0", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-node-dev": "^1.1.8", "typescript": "^4.5.5" } }