0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/packages/astro-prism/package.json
Nate Moore d924fcbeb4
Fix astro-prism package (#170)
* fix: properly include astro-prism

* chore: add changeset

* Update `astro-prism` description
2021-05-04 12:15:13 -05:00

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"
}
}