UNPKG

kratos-core

Version:

kratos-core is an open-source, elegant and battery-included Minecraft Launcher API module written in TypeScript in order to be the based of KratosLauncher

58 lines (57 loc) 1.65 kB
{ "name": "kratos-core", "version": "1.3.1", "license": "MIT", "types": "out/index.d.ts", "main": "./out/index.js", "description": "kratos-core is an open-source, elegant and battery-included Minecraft Launcher API module written in TypeScript in order to be the based of KratosLauncher", "scripts": { "test": "mocha ./src/**/*.spec.ts --exit -c --full-trace", "coverage": "nyc npm run test", "build": "rimraf ./out && tsc && swc ./out --only **/*.js --ignore './out/*.d.ts' --out-dir ./out -q", "package": "npm run build && rimraf ./out/test", "prepack": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/kratos-mc/kratos-core" }, "author": { "name": "PlayerNguyen", "email": "nhnguyen.forwork@gmail.com", "url": "https://github.com/PlayerNguyen/" }, "keywords": [ "minecraft", "minecraft-launcher", "minecraft-launcher-api", "kratos", "kratos-launcher" ], "bugs": { "url": "https://github.com/kratos-mc/kratos-core/issues" }, "devDependencies": { "@swc-node/register": "^1.6.2", "@swc/cli": "^0.1.62", "@swc/core": "^1.3.41", "@types/chai": "^4.3.4", "@types/chai-as-promised": "^7.1.5", "@types/fs-extra": "^11.0.1", "@types/mocha": "^10.0.1", "@types/node-fetch": "^2.6.2", "chai": "^4.3.7", "chai-as-promised": "^7.1.1", "glob": "^9.3.0", "mocha": "^10.2.0", "nyc": "^15.1.0", "rimraf": "^4.4.0", "ts-node": "^10.9.1", "typescript": ">=3.0.0" }, "dependencies": { "fs-extra": "^11.1.1", "node-fetch": "2.6.9", "typed-emitter": "^2.1.0" } }