forked from
nekomimi.pet/wisp.place-monorepo
Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
1{
2 "name": "@wispplace/css",
3 "version": "1.0.0",
4 "description": "A minimal, monospace-first CSS stylesheet with automatic light/dark mode",
5 "main": "index.ts",
6 "types": "index.ts",
7 "style": "wisp.css",
8 "files": [
9 "index.ts",
10 "wisp.css"
11 ],
12 "keywords": [
13 "css",
14 "stylesheet",
15 "monospace",
16 "dark-mode",
17 "minimal"
18 ],
19 "author": "nekomimi.pet",
20 "license": "MIT",
21 "repository": {
22 "type": "git",
23 "url": "https://tangled.org/nekomimi-pet/wisp.place-monorepo"
24 }
25}