@ssml-utilities/highlighter
Version:
SSML syntax highlighter for the SSML Utilities toolkit
64 lines • 1.7 kB
JSON
{
"name": "@ssml-utilities/highlighter",
"version": "0.3.9",
"description": "SSML syntax highlighter for the SSML Utilities toolkit",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"ssml",
"highlighter",
"syntax",
"speech",
"markup"
],
"author": "Jabelic",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jabelic-works/ssml-utilities.git",
"directory": "packages/highlighter"
},
"bugs": {
"url": "https://github.com/jabelic-works/ssml-utilities/issues"
},
"homepage": "https://github.com/jabelic-works/ssml-utilities/tree/main/packages/highlighter#readme",
"dependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@ssml-utilities/core": "1.4.0"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/jest": "^27.5.2",
"@types/react": "^17.0.83",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"eslint": "^9.21.0",
"jest": "^27.5.1",
"rollup": "^2.79.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^27.1.5",
"tslib": "^2.8.1",
"tsup": "^8.3.6",
"typescript": "^4.9.5",
"typescript-eslint": "^8.11.0",
"vitest": "^2.1.8"
},
"scripts": {
"build": "rollup -c rollup.config.mjs",
"test": "pnpm --filter @ssml-utilities/core build && vitest",
"test:watch": "vitest watch",
"lint": "eslint src --ext .ts,.tsx"
}
}