UNPKG

@alucpro/note-tool

Version:

A NodeJS script that deal with markdown note.

50 lines (49 loc) 1.08 kB
{ "name": "@alucpro/note-tool", "version": "0.0.4", "description": "A NodeJS script that deal with markdown note.", "type": "module", "main": "src/index.js", "readme": "README.md", "publishConfig": { "access": "public" }, "bin": { "note": "src/index.js" }, "scripts": { "lint": "eslint src/**/*.js", "lint:fix": "eslint src/**/*.js --fix" }, "repository": { "type": "git", "url": "git+https://github.com/AlucPro/note-tool.git" }, "keywords": [ "note", "obsidian", "flomo", "logseq", "markdown", "roamresearch" ], "author": "Ming (alucpro)", "license": "MIT", "bugs": { "url": "https://github.com/AlucPro/note-tool/issues" }, "homepage": "https://github.com/AlucPro/note-tool#readme", "dependencies": { "chalk": "4", "fs-extra": "^11.3.0", "node-html-parser": "^7.0.1", "sharp": "^0.34.1" }, "devDependencies": { "@eslint/js": "^9.25.1", "eslint": "^9.25.1", "eslint-plugin-import": "^2.31.0", "globals": "^16.0.0", "prettier": "^3.5.3" } }