{ "name": "prism-theme-vars", "version": "0.2.4", "packageManager": "pnpm@7.1.1", "description": "A customizable Prism.js theme using CSS variables", "license": "MIT", "author": "Anthony Fu ", "repository": { "type": "git", "url": "git+https://github.com/antfu/prism-theme-vars.git" }, "funding": "https://github.com/sponsors/antfu", "main": "index.js", "module": "index.mjs", "exports": { ".": { "import": "./index.mjs", "require": "./index.js" }, "./*": "./*", "./themes/*": "./themes/*", "./base.css": "./base.css", "./to-codemirror.css": "./to-codemirror.css", "./marker.css": "./marker.css" }, "files": [ "base.css", "marker.css", "to-codemirror.css", "index.js", "index.mjs", "themes" ], "scripts": { "lint": "eslint .", "dev": "npm -C playground run dev", "build": "npm -C playground run build", "release": "npx bumpp --commit --tag --push && npm publish" }, "bugs": { "url": "https://github.com/antfu/prism-theme-vars/issues" }, "homepage": "https://github.com/antfu/prism-theme-vars#readme", "devDependencies": { "@antfu/eslint-config": "^0.25.2", "@types/node": "^18.0.3", "change-case": "^4.1.2", "cross-env": "^7.0.3", "eslint": "^8.19.0", "esno": "^0.16.3", "fast-glob": "^3.2.11", "typescript": "^4.7.4" }, "eslintConfig": { "extends": "@antfu" } }