astro/packages/astro-prism/package.json
github-actions[bot] 0ef0c99b10
Version Packages (#418)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-14 08:43:03 -04:00

22 lines
433 B
JSON

{
"name": "@astrojs/prism",
"version": "0.2.1",
"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"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
}