37534004f0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
28 lines
665 B
JSON
28 lines
665 B
JSON
{
|
|
"name": "@astrojs/prism",
|
|
"version": "0.6.1",
|
|
"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"
|
|
}
|
|
}
|