astro/packages/astro-prism/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
665 B
JSON
Raw Normal View History

{
"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",
2021-11-23 22:47:05 +00:00
"url": "https://github.com/withastro/astro.git",
"directory": "packages/astro-prism"
},
"homepage": "https://astro.build",
"main": "index.js",
2021-11-20 00:13:38 +00:00
"scripts": {},
"exports": {
".": "./index.js",
"./internal": "./internal.mjs"
},
"types": "./internal.d.ts",
"keywords": [],
"devDependencies": {
"prismjs": "^1.28.0"
2021-06-14 12:20:14 +00:00
},
"engines": {
"node": "^14.18.0 || >=16.12.0"
}
}