mirror of
https://github.com/sgranade/manuscriptum.git
synced 2026-07-22 06:43:11 +00:00
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "manuscriptum",
|
|
"version": "1.0.2",
|
|
"description": "Obsidian plugin to create .docx files that contain story and novel manuscripts for submission to magazines or agents.",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Stephen Granade",
|
|
"email": "stephen@granades.com",
|
|
"url": "https://github.com/sgranade"
|
|
},
|
|
"main": "dist/main.js",
|
|
"scripts": {
|
|
"build": "npm-run-all check-types esbuild",
|
|
"check-types": "tsc -b --noEmit",
|
|
"esbuild": "node esbuild.config.mjs",
|
|
"watch": "node esbuild.config.mjs --watch",
|
|
"lint": "eslint ./src",
|
|
"start": "node .",
|
|
"test": "mocha"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"writing",
|
|
"manuscript"
|
|
],
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/chai": "^5.2.2",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/node": "^24.3.0",
|
|
"chai": "^6.0.1",
|
|
"esbuild": "^0.28.0",
|
|
"eslint": "^10.4.0",
|
|
"eslint-plugin-obsidianmd": "^0.3.0",
|
|
"mocha": "^11.7.1",
|
|
"npm-run-all2": "^8.0.4",
|
|
"obsidian": "^1.8.7",
|
|
"prettier": "^3.6.2",
|
|
"ts-mockito": "^2.6.1",
|
|
"tsx": "^4.20.5",
|
|
"type-fest": "^5.0.1",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.40.0"
|
|
},
|
|
"dependencies": {
|
|
"docx": "^9.5.1",
|
|
"mdast2docx": "^1.4.1",
|
|
"remark-frontmatter": "^5.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-parse": "^11.0.0",
|
|
"tslib": "^2.8.1",
|
|
"unified": "^11.0.5",
|
|
"unist-util-visit": "^5.0.0"
|
|
}
|
|
}
|