UNPKG

@xmcl/text-component

Version:
44 lines 1.26 kB
{ "name": "@xmcl/text-component", "version": "2.1.3", "main": "./dist/index.js", "description": "Parse Minecraft text component and render it to css.", "engines": { "node": ">=16" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/Voxelum/minecraft-launcher-core-node.git" }, "author": "cijhn@hotmail.com", "sideEffects": false, "keywords": [ "minecraft", "typescript", "minecraft-launcher", "nodejs", "text-component", "electron" ], "license": "MIT", "bugs": { "url": "https://github.com/Voxelum/minecraft-launcher-core-node/issues" }, "homepage": "https://github.com/Voxelum/minecraft-launcher-core-node#readme", "devDependencies": { "@types/node": "~18.15.11", "esbuild": "^0.17.16", "eslint": "^8.37.0", "typescript": "^5.2.2", "@xmcl/eslint-config": "0.0.1" }, "scripts": { "build:type": "tsc", "build:cjs": "esbuild --target=es2020 --platform=neutral --sourcemap --format=cjs --bundle --outfile=dist/index.js index.ts", "build:esm": "esbuild --target=es2020 --platform=neutral --sourcemap --format=esm --bundle --outfile=dist/index.mjs index.ts" }, "module": "./dist/index.mjs" }