astro/packages/astro-prism/package.json
Matthew Phillips 6445c18117
Move the prism package to the scope name (#317)
* Move the prism package to the scope name

`astro-prism` -> `@astrojs/prism`

* move the version to 0.2.0
2021-06-07 15:35:23 -04:00

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"
}
}