0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/prism-astro/package.json

20 lines
360 B
JSON
Raw Normal View History

{
"name": "prism-astro",
"version": "1.0.0",
"description": "",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"exports": {
".": "./index.mjs",
"./Prism.astro": "./Prism.astro"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"prismjs": "^1.23.0"
}
}