UNPKG

@4xx22/helios-core

Version:

A library containing core mechanisms for Helios Launcher

76 lines (75 loc) 2.11 kB
{ "name": "@4xx22/helios-core", "version": "0.1.0B", "description": "A library containing core mechanisms for Helios Launcher", "main": "dist/index.js", "scripts": { "clean": "rimraf dist", "tsc": "tsc", "build": "npm run clean && npm run tsc", "lint": "eslint . --ext .js,.ts", "test": "cross-env NODE_ENV=test mocha -r ts-node/register --recursive test/**/**/*.ts", "bl": "npm run build && npm link", "prepack": "npm run build" }, "exports": { ".": "./dist/index.js", "./common": "./dist/common.js", "./microsoft": "./dist/microsoft.js", "./mojang": "./dist/mojang.js" }, "typesVersions": { "*": { ".": ["./dist/index.d.ts"], "common": ["./dist/common.d.ts"], "microsoft": ["./dist/microsoft.d.ts"], "mojang": ["./dist/mojang.d.ts"] } }, "repository": { "type": "git", "url": "git+https://github.com/4xx22/helios-core.git" }, "keywords": [ "helios-launcher", "helios-core", "minecraft-launcher" ], "author": "Daniel Scalzi", "license": " LGPL-3.0-only", "bugs": { "url": "https://github.com/dscalzi/helios-core/issues" }, "homepage": "https://github.com/dscalzi/helios-core#readme", "devDependencies": { "@types/chai": "^4.3.0", "@types/chai-as-promised": "^7.1.5", "@types/fs-extra": "^9.0.13", "@types/luxon": "^2.0.9", "@types/mocha": "^9.1.0", "@types/node": "^16.11.24", "@types/triple-beam": "^1.3.2", "@typescript-eslint/eslint-plugin": "^5.11.0", "@typescript-eslint/parser": "^5.11.0", "chai": "^4.3.6", "chai-as-promised": "^7.1.1", "cross-env": "^7.0.3", "eslint": "^8.8.0", "helios-distribution-types": "^1.0.0", "mocha": "^9.2.0", "nock": "^13.2.4", "rimraf": "^3.0.2", "ts-node": "^10.5.0", "typescript": "^4.5.5" }, "dependencies": { "fs-extra": "^10.0.0", "got": "^11.8.3", "luxon": "^2.3.0", "triple-beam": "^1.3.0", "winston": "^3.5.1" }, "files": [ "dist" ] }