summaryrefslogtreecommitdiff
path: root/packages/astro-prism/package.json
blob: 7daa1813404f2f724da717ee247dbdee2b52f6c1 (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.5.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.20.0 || >=16.14.0"
  }
}