astro/packages/astro-prism/package.json
2021-11-23 14:47:05 -08:00

25 lines
505 B
JSON

{
"name": "@astrojs/prism",
"version": "0.3.0",
"description": "IYKYK",
"main": "index.mjs",
"repository": {
"type": "git",
"url": "https://github.com/withastro/astro.git",
"directory": "packages/astro-prism"
},
"scripts": {},
"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"
}
}