astro/packages/astro-prism/package.json
Fred K. Schott 00b8343844
[ci] update lockfile (#3153)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-04-20 09:42:31 -04:00

28 lines
664 B
JSON

{
"name": "@astrojs/prism",
"version": "0.4.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.15.0 || >=16.0.0"
}
}