@curvenote/cli
Version:
CLI Client library for Curvenote
137 lines (136 loc) • 4.29 kB
JSON
{
"name": "@curvenote/cli",
"version": "0.16.3",
"description": "CLI Client library for Curvenote",
"author": "Rowan Cockett <rowan@curvenote.com>",
"license": "MIT",
"keywords": [
"markdown",
"latex",
"writing-software",
"scientific-visualization",
"pdf-generation",
"science-research"
],
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/curvenote/curvenote.git"
},
"bugs": {
"url": "https://github.com/curvenote/curvenote/issues"
},
"homepage": "https://github.com/curvenote/curvenote",
"scripts": {
"clean": "rimraf dist",
"copy:version": "echo \"const version = '\"$npm_package_version\"';\nexport default version;\" > src/version.ts",
"dev": "tsc --project ./tsconfig.json --outDir dist --declaration -w --preserveWatchOutput --outDir dist -p .",
"lint": "npm run copy:version; eslint \"src/**/!(*.spec).ts\" -c .eslintrc.cjs",
"lint:format": "npm run copy:version; prettier --check \"src/**/*.ts\"",
"lint:format:fix": "npm run copy:version; prettier --write \"src/**/*.ts\"",
"test": "npm run copy:version; vitest run",
"test:watch": "npm run copy:version; vitest watch",
"build:esm": "tsc --project ./tsconfig.json --outDir dist --declaration",
"build": "npm-run-all -l clean copy:version -p build:esm"
},
"dependencies": {
"@curvenote/blocks": "^1.6.3",
"@curvenote/check-definitions": "^0.16.3",
"@curvenote/check-implementations": "^0.16.3",
"@curvenote/cli-plugin": "^0.16.3",
"@curvenote/common": "^0.6.1",
"@curvenote/ext-blog": "^1.0.1",
"@curvenote/ext-footer": "^0.8.0",
"@curvenote/ext-person": "^1.0.1",
"@curvenote/ext-template": "^0.8.0",
"@curvenote/schema": "0.12.18",
"@google-cloud/storage": "^5.18.2",
"@reduxjs/toolkit": "^1.7.2",
"@scienceicons/myst": "^1.0.4",
"@wordpress/wordcount": "3.40.0",
"adm-zip": "^0.5.10",
"async-mutex": "^0.5.0",
"bottleneck": "^2.19.5",
"boxen": "^7.1.1",
"chalk": "^5.2.0",
"check-node-version": "^4.2.1",
"chokidar": "^3.5.3",
"cli-progress": "^3.10.0",
"cli-table3": "^0.6.5",
"commander": "^10.0.1",
"cors": "^2.8.5",
"date-fns": "^2.25.0",
"express": "^4.18.2",
"get-port": "^6.1.2",
"html-entities": "^2.3.2",
"http": "^0.0.1-security",
"https-proxy-agent": "^7.0.4",
"inquirer": "^8.2.2",
"intersphinx": "*",
"isomorphic-git": "^1.25.6",
"js-yaml": "^4.1.0",
"jsdom": "^19.0.0",
"jsonwebtoken": "^8.5.1",
"jtex": "^1.0.17",
"latest-version": "^7.0.0",
"mime-types": "^2.1.35",
"myst-cli": "^1.9.0",
"myst-execute": "^0.3.5",
"myst-cli-utils": "^2.0.14",
"myst-common": "^1.9.5",
"myst-config": "^1.9.5",
"myst-frontmatter": "^1.9.5",
"myst-spec": "^0.0.5",
"myst-templates": "^1.0.27",
"myst-transforms": "^1.3.49",
"nanoid": "^3.3.2",
"node-fetch": "^3.3.1",
"orcid": "^1.0.0",
"p-limit": "^3.1.0",
"prosemirror-model": "^1.18.1",
"punycode": "^2.3.1",
"redux": "^4.1.2",
"simple-validators": "^1.0.6",
"unist-util-select": "^4.0.1",
"uuidv7": "^1.1.0",
"vfile": "^5.0.0",
"which": "^3.0.1",
"ws": "^8.9.0"
},
"overrides": {
"prosemirror-tables": "^1.1.1"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@types/adm-zip": "^0.5.0",
"@types/cli-progress": "^3.9.2",
"@types/copyfiles": "^2.4.1",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/inquirer": "^8.2.1",
"@types/js-yaml": "^4.0.5",
"@types/jsdom": "^21.1.6",
"@types/jsonwebtoken": "^8.5.8",
"@types/katex": "^0.11.1",
"@types/lodash.throttle": "^4.1.6",
"@types/markdown-it": "^12.2.3",
"@types/mime-types": "^2.1.1",
"@types/mocha": "^8.2.3",
"@types/pretty-hrtime": "^1.0.1",
"@types/which": "^2.0.1",
"@types/wordpress__wordcount": "^2.4.2",
"@types/ws": "^8.5.3",
"concurrently": "^7.2.2",
"memfs": "^3.4.7",
"prosemirror-schema-basic": "^1.2.0",
"prosemirror-test-builder": "^1.1.0"
},
"engines": {
"node": ">=14"
}
}