summaryrefslogtreecommitdiff
path: root/packages/astro-prism/package.json
blob: 15a0c3d63fe34710f84f31d8fdbde109773ac7ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "@astrojs/prism",
  "version": "0.6.0",
  "description": "Supports Prism highlighting in Astro projects",
  "author": "withastro",
  "license": "MIT",
  "bugs": "https://github.com/withastro/astro/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/withastro/astro.git",
    "directory": "packages/astro-prism"
  },
  "homepage": "https://astro.build",
  "main": "index.js",
  "scripts": {},
  "exports": {
    ".": "./index.js",
    "./internal": "./internal.mjs"
  },
  "types": "./internal.d.ts",
  "keywords": [],
  "devDependencies": {
    "prismjs": "^1.28.0"
  },
  "engines": {
    "node": "^14.18.0 || >=16.12.0"
  }
}