@jsprismarine/color-parser
Version:
Parse minecraft color codes
61 lines • 1.49 kB
JSON
{
"name": "@jsprismarine/color-parser",
"version": "0.12.1",
"description": "Parse minecraft color codes",
"sideEffects": false,
"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": "22.10.2",
"glob": "11.0.0",
"rimraf": "6.0.1",
"typescript": "5.5.2",
"vite": "6.0.3",
"vitest": "2.1.8"
},
"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"
}
}