astro/astro-prism/package.json

20 lines
376 B
JSON
Raw Normal View History

{
"name": "astro-prism",
"version": "1.0.0",
"description": "This is not published at this time.",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"exports": {
".": "./index.mjs"
},
"keywords": [],
"private": true,
"author": "",
"license": "ISC",
"devDependencies": {
"prismjs": "^1.23.0"
}
}