{ "name": "@alcalzone/ansi-tokenize", "version": "0.3.0", "description": "Efficiently modify strings containing ANSI escape codes", "publishConfig": { "access": "public" }, "author": { "name": "AlCalzone", "email": "d.griesel@gmx.net" }, "license": "MIT", "type": "module", "module": "build/index.js", "types": "build/index.d.ts", "exports": { ".": { "types": "./build/index.d.ts", "import": "./build/index.js" }, "./package.json": "./package.json" }, "files": [ "build" ], "engines": { "node": ">=18" }, "devDependencies": { "@alcalzone/release-script": "~4.0.0", "@alcalzone/release-script-plugin-license": "~4.0.0", "@tsconfig/node18": "^18.2.4", "@types/node": "^18.19.130", "@typescript-eslint/eslint-plugin": "^5.55.0", "@typescript-eslint/parser": "^5.55.0", "eslint": "^8.36.0", "eslint-config-prettier": "^8.7.0", "eslint-plugin-prettier": "^4.2.1", "prettier": "^2.8.4", "typescript": "^5.0.2", "vitest": "^3.2.4" }, "dependencies": { "ansi-styles": "^6.2.1", "is-fullwidth-code-point": "^5.0.0" }, "scripts": { "prepare": "tsc -p tsconfig.build.json", "build": "tsc -p tsconfig.build.json", "test": "vitest run", "lint": "eslint .", "release": "release-script" }, "packageManager": "yarn@4.10.3" }