-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 949 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@andyed/marginalia",
"publishConfig": {
"access": "public"
},
"version": "0.1.0",
"description": "Typographic callout library — pull quotes, callouts, code blocks, badges, collapsible sections, drop caps",
"style": "marginalia.css",
"main": "marginalia.js",
"exports": {
".": "./marginalia.js",
"./md": "./marginalia-md.js",
"./marginalia.css": "./marginalia.css",
"./marginalia-md": "./marginalia-md.js"
},
"files": [
"marginalia.css",
"marginalia.js",
"marginalia-md.js",
"llm.md"
],
"keywords": [
"typography",
"callouts",
"pull-quotes",
"css",
"design-system",
"llm",
"markdown"
],
"author": "Andy Edmonds",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/andyed/marginalia.git"
},
"homepage": "https://andyed.github.io/marginalia/",
"scripts": {
"test": "node --test test/*.test.js"
}
}