astro/packages/astro-prism/package.json
Jonathan Neal 45cea6aec5
Support Node v14.15+ (#2202)
* Support Node v14.15+

* changeset

* Update .changeset/new-hats-design.md

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>

* Update .changeset/new-hats-design.md

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>

* Update .changeset/new-hats-design.md

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>

* ES2020

* update yarn.lock

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2021-12-16 18:53:22 -05:00

27 lines
627 B
JSON

{
"name": "@astrojs/prism",
"version": "0.3.0",
"description": "Supports Prism highlighting in Astro projects",
"author": "withastro",
"license": "MIT",
"bugs": "https://github.com/withastro/astro/issues",
"repository": {
"type": "git",
"url": "https://github.com/withastro/astro.git",
"directory": "packages/astro-prism"
},
"homepage": "https://astro.build",
"main": "index.mjs",
"scripts": {},
"exports": {
".": "./index.mjs"
},
"types": "./index.d.ts",
"keywords": [],
"devDependencies": {
"prismjs": "^1.23.0"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
}
}