hexo-renderer-typst
Advanced tools
Comparing version 0.4.0-rc1 to 0.4.0-rc2
{ | ||
"name": "hexo-renderer-typst", | ||
"version": "0.4.0-rc1", | ||
"version": "0.4.0-rc2", | ||
"description": "Typst renderer plugin for Hexo", | ||
"main": "index.cjs", | ||
"directories": { | ||
"lib": "./lib" | ||
}, | ||
"files": [ | ||
"index.cjs", | ||
"lib/" | ||
], | ||
"repository": "https://github.com/Myriad-Dreamin/typst.ts", | ||
"author": "Myriad Dreamin <camiyoru@gmail.com>", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
@@ -19,7 +12,11 @@ "hexo", | ||
], | ||
"author": "Myriad Dreamin <camiyoru@gmail.com>", | ||
"maintainers": [ | ||
"Myriad Dreamin <camiyoru@gmail.com>" | ||
"repository": "https://github.com/Myriad-Dreamin/typst.ts", | ||
"main": "index.cjs", | ||
"files": [ | ||
"index.cjs", | ||
"lib/" | ||
], | ||
"license": "Apache-2.0", | ||
"directories": { | ||
"lib": "./lib" | ||
}, | ||
"devDependencies": {}, | ||
@@ -26,0 +23,0 @@ "scripts": { |
28457