@jsprismarine/color-parser
Version:
Parse minecraft color codes
64 lines • 1.54 kB
JSON
{
"name": "@jsprismarine/color-parser",
"version": "0.14.1",
"description": "Parse minecraft color codes",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"type": "module",
"files": [
"dist",
"CHANGELOG.md",
"README.md"
],
"main": "./dist/index.cjs.cjs",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"module": "./dist/index.es.js",
"require": "./dist/index.cjs.cjs"
},
"./*": {
"types": "./dist/*.d.ts",
"import": "./dist/*.es.js",
"module": "./dist/*.es.js",
"require": "./dist/*.cjs.cjs"
},
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JSPrismarine/JSPrismarine.git"
},
"keywords": [
"nodejs",
"minecraft",
"minecraft-color",
"color",
"color-codes"
],
"author": "JSPrismarine",
"license": "MIT",
"homepage": "https://github.com/JSPrismarine/JSPrismarine/tree/master/packages/color-parser",
"devDependencies": {
"@types/node": "24.12.4",
"glob": "13.0.6",
"rimraf": "6.1.3",
"typescript": "6.0.3",
"vite": "8.0.13",
"vitest": "4.1.6"
},
"dependencies": {
"chalk-cjs": "5.2.0"
},
"scripts": {
"clean": "rimraf dist jsp *.tsbuildinfo vite.config.ts.timestamp-* .tsup .turbo",
"build": "vite build",
"build:watch": "vite build --watch",
"typecheck": "tsc -noEmit"
}
}