2db97f10dc
* feat: add `<Prism/>` to @astrojs/prism/components * feat: remove `<Prism/>` from astro/components * refactor: point to index.mjs in import * refactor: change exp to @astrojs/prism/component * refactor: remove unecessary index.js * chore: changeset
31 lines
707 B
JSON
31 lines
707 B
JSON
{
|
|
"name": "@astrojs/prism",
|
|
"version": "0.4.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.mjs",
|
|
"scripts": {},
|
|
"files": [
|
|
"component"
|
|
],
|
|
"exports": {
|
|
".": "./index.mjs",
|
|
"./component": "./component/Prism.astro"
|
|
},
|
|
"types": "./index.d.ts",
|
|
"keywords": [],
|
|
"devDependencies": {
|
|
"prismjs": "^1.27.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || >=16.0.0"
|
|
}
|
|
}
|