2021-04-01 19:16:29 +00:00
|
|
|
{
|
2021-04-06 19:27:42 +00:00
|
|
|
"name": "astro-prism",
|
2021-04-01 19:16:29 +00:00
|
|
|
"version": "1.0.0",
|
2021-04-06 19:27:42 +00:00
|
|
|
"description": "This is not published at this time.",
|
2021-04-01 19:16:29 +00:00
|
|
|
"main": "index.mjs",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"exports": {
|
2021-04-06 19:27:42 +00:00
|
|
|
".": "./index.mjs"
|
2021-04-01 19:16:29 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
2021-04-06 19:27:42 +00:00
|
|
|
"private": true,
|
2021-04-01 19:16:29 +00:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"prismjs": "^1.23.0"
|
|
|
|
}
|
|
|
|
}
|