mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
0cd446421d
related to how package.json is defined and how modules are exported
13 lines
289 B
JSON
13 lines
289 B
JSON
{
|
|
"name": "@penpot/hljs",
|
|
"version": "1.0.0",
|
|
"description": "Penpot Hightlight.js ESM wrapper",
|
|
"main": "index.js",
|
|
"packageManager": "yarn@4.3.1",
|
|
"author": "Andrey Antukh",
|
|
"license": "MPL-2.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"highlight.js": "^11.10.0"
|
|
}
|
|
}
|