mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
d924fcbeb4
* fix: properly include astro-prism * chore: add changeset * Update `astro-prism` description
19 lines
355 B
JSON
19 lines
355 B
JSON
{
|
|
"name": "astro-prism",
|
|
"version": "0.0.1",
|
|
"description": "IYKYK",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"build": "echo 'build'",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"exports": {
|
|
".": "./index.mjs"
|
|
},
|
|
"keywords": [],
|
|
"private": true,
|
|
"author": "",
|
|
"devDependencies": {
|
|
"prismjs": "^1.23.0"
|
|
}
|
|
}
|