版博士V2.0程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

58 righe
1.4 KiB

  1. {
  2. "name": "prism-theme-vars",
  3. "version": "0.2.4",
  4. "packageManager": "pnpm@7.1.1",
  5. "description": "A customizable Prism.js theme using CSS variables",
  6. "license": "MIT",
  7. "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/antfu/prism-theme-vars.git"
  11. },
  12. "funding": "https://github.com/sponsors/antfu",
  13. "main": "index.js",
  14. "module": "index.mjs",
  15. "exports": {
  16. ".": {
  17. "import": "./index.mjs",
  18. "require": "./index.js"
  19. },
  20. "./*": "./*",
  21. "./themes/*": "./themes/*",
  22. "./base.css": "./base.css",
  23. "./to-codemirror.css": "./to-codemirror.css",
  24. "./marker.css": "./marker.css"
  25. },
  26. "files": [
  27. "base.css",
  28. "marker.css",
  29. "to-codemirror.css",
  30. "index.js",
  31. "index.mjs",
  32. "themes"
  33. ],
  34. "scripts": {
  35. "lint": "eslint .",
  36. "dev": "npm -C playground run dev",
  37. "build": "npm -C playground run build",
  38. "release": "npx bumpp --commit --tag --push && npm publish"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/antfu/prism-theme-vars/issues"
  42. },
  43. "homepage": "https://github.com/antfu/prism-theme-vars#readme",
  44. "devDependencies": {
  45. "@antfu/eslint-config": "^0.25.2",
  46. "@types/node": "^18.0.3",
  47. "change-case": "^4.1.2",
  48. "cross-env": "^7.0.3",
  49. "eslint": "^8.19.0",
  50. "esno": "^0.16.3",
  51. "fast-glob": "^3.2.11",
  52. "typescript": "^4.7.4"
  53. },
  54. "eslintConfig": {
  55. "extends": "@antfu"
  56. }
  57. }