2021-04-01 19:16:29 +00:00
|
|
|
{
|
2021-06-07 19:35:23 +00:00
|
|
|
"name": "@astrojs/prism",
|
2022-03-25 22:00:49 +00:00
|
|
|
"version": "0.4.1",
|
2021-12-13 21:14:34 +00:00
|
|
|
"description": "Supports Prism highlighting in Astro projects",
|
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
2021-06-16 18:09:35 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-11-23 22:47:05 +00:00
|
|
|
"url": "https://github.com/withastro/astro.git",
|
2021-06-16 18:09:35 +00:00
|
|
|
"directory": "packages/astro-prism"
|
|
|
|
},
|
2021-12-13 21:14:34 +00:00
|
|
|
"homepage": "https://astro.build",
|
2022-03-25 21:13:28 +00:00
|
|
|
"main": "index.js",
|
2021-11-20 00:13:38 +00:00
|
|
|
"scripts": {},
|
2021-04-01 19:16:29 +00:00
|
|
|
"exports": {
|
2022-03-25 21:13:28 +00:00
|
|
|
".": "./index.js",
|
|
|
|
"./internal": "./internal.mjs"
|
2021-04-01 19:16:29 +00:00
|
|
|
},
|
2022-03-25 21:13:28 +00:00
|
|
|
"types": "./internal.d.ts",
|
2021-04-01 19:16:29 +00:00
|
|
|
"keywords": [],
|
|
|
|
"devDependencies": {
|
2022-03-11 22:38:28 +00:00
|
|
|
"prismjs": "^1.27.0"
|
2021-06-14 12:20:14 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2021-12-16 23:53:22 +00:00
|
|
|
"node": "^14.15.0 || >=16.0.0"
|
2021-04-01 19:16:29 +00:00
|
|
|
}
|
|
|
|
}
|