6445c18117
* Move the prism package to the scope name `astro-prism` -> `@astrojs/prism` * move the version to 0.2.0
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"name": "@astrojs/prism",
|
|
"version": "0.2.0",
|
|
"description": "IYKYK",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"build": "echo 'build'",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"exports": {
|
|
".": "./index.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "Skypack",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"prismjs": "^1.23.0"
|
|
}
|
|
}
|