mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-26 14:13:53 +00:00
chore: update package
This commit is contained in:
21
package.json
21
package.json
@@ -1,11 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "elegant-nnw",
|
"name": "elegant-nnw",
|
||||||
"version": "1.0.0",
|
"version": "0.1.1",
|
||||||
"description": "",
|
"packageManager": "pnpm@8.5.0",
|
||||||
"author": "",
|
"description": "Elegant theme for NetNewsWire",
|
||||||
|
"author": {
|
||||||
|
"name": "Chang Jun",
|
||||||
|
"email": "52chinaweb@gmail.com",
|
||||||
|
"url": "https://52chinaweb.com/"
|
||||||
|
},
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"keywords": [],
|
"homepage": "https://github.com/ChangJun2019/elegant-nnw",
|
||||||
"main": "index.js",
|
"keywords": [
|
||||||
|
"theme",
|
||||||
|
"nnw",
|
||||||
|
"netnewswire",
|
||||||
|
"light",
|
||||||
|
"dark"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "NODE_ENV=development unocss --watch",
|
"dev": "NODE_ENV=development unocss --watch",
|
||||||
"build": "NODE_ENV=production unocss --minify && esno ./scripts/build",
|
"build": "NODE_ENV=production unocss --minify && esno ./scripts/build",
|
||||||
|
|||||||
Reference in New Issue
Block a user