UNPKG

inkdrop-import-utils

Version:
33 lines (32 loc) 750 B
{ "name": "inkdrop-import-utils", "version": "1.0.5", "description": "Helper methods for importing files to Inkdrop", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/inkdropapp/inkdrop-import-utils.git" }, "scripts": { "test": "jest", "prepublishOnly": "npm test" }, "keywords": [ "Inkdrop" ], "author": "Takuya Matsuyama <t@inkdrop.app>", "license": "MIT", "dependencies": { "js-yaml": "^3.14.0", "lodash.escaperegexp": "^4.1.2", "remark-parse": "^8.0.3", "unified": "^9.2.0", "unist-util-visit": "^2.0.3" }, "devDependencies": { "eslint": "^8.40.0", "eslint-config-prettier": "^8.8.0", "jest": "^29.5.0", "prettier": "^2.8.8" } }