21 lines
489 B
JSON
21 lines
489 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"name": "@LoredMarkdown/banners",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"scripts:banners": "node ./scripts/inkscape-convert.js ./static/horizontal.inkscape.svg ./static/horizontal-rtl.inkscape.svg ./static/vertical.inkscape.svg"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.0",
|
|
"eslint": "^8.54.0",
|
|
"linkedom": "^0.16.4"
|
|
}
|
|
}
|