397b7145cc
* Add prism and skeleton www page This adds a Prism plugin, a Prism component, and the skeleton of our www site (just for testing the Prism component at the moment). * Remove debugging
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|