astro/packages/astro-prism/package.json
github-actions[bot] e0d9a7627d
Version Packages (next) (#1709)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-29 14:48:54 -05:00

28 lines
603 B
JSON

{
"name": "@astrojs/prism",
"version": "0.3.0-next.0",
"description": "IYKYK",
"main": "index.mjs",
"repository": {
"type": "git",
"url": "https://github.com/snowpackjs/astro.git",
"directory": "packages/astro-prism"
},
"scripts": {
"build": "echo 'build'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"exports": {
".": "./index.mjs"
},
"types": "./index.d.ts",
"keywords": [],
"author": "Skypack",
"license": "MIT",
"devDependencies": {
"prismjs": "^1.23.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
}