UNPKG

@power-doctest/markdown

Version:
71 lines (70 loc) 1.61 kB
{ "name": "@power-doctest/markdown", "version": "6.0.0", "description": "A Markdown parser for power-doctest.", "keywords": [ "doctest", "javascript", "markdown" ], "homepage": "https://github.com/azu/power-doctest/tree/master/packages/@power-doctest/markdown/", "bugs": { "url": "https://github.com/azu/power-doctest/issues" }, "repository": { "type": "git", "url": "https://github.com/azu/power-doctest.git" }, "license": "MIT", "type": "module", "author": "azu", "files": [ "bin/", "lib/", "src/" ], "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "import": "./lib/index.js", "types": "./lib/index.d.ts" } }, "directories": { "lib": "lib", "test": "test" }, "scripts": { "build": "tsc -p .", "clean": "rimraf lib/", "prepublish": "npm run --if-present build", "test": "mocha \"test/**/*.ts\"", "updateSnapshot": "UPDATE_SNAPSHOT=1 npm test", "watch": "tsc -p . --watch" }, "devDependencies": { "@types/mocha": "^10.0.1", "@types/node": "^24.0.10", "mocha": "^11.7.1", "rimraf": "^6.0.1", "strip-color": "^0.1.0", "ts-node": "^10.4.0", "ts-node-test-register": "^10.0.0", "typescript": "^5.8.3" }, "publishConfig": { "access": "public" }, "dependencies": { "@power-doctest/javascript": "^6.0.0", "@power-doctest/types": "^6.0.0", "@types/unist": "^3.0.3", "remark": "^15.0.1", "unist-util-find-all-between": "^2.1.0", "unist-util-find-before": "^4.0.1", "unist-util-parents": "^3.0.0", "unist-util-select": "^5.1.0" }, "gitHead": "2e58ae93c827ef9bf5cd9da37be06ce6f39f4d78" }