UNPKG

675 BJSONView Raw
1{
2 "name": "@platform/util.markdown",
3 "version": "0.0.52",
4 "description": "Strongly typed tools for working with markdown.",
5 "main": "lib/index",
6 "types": "lib/index.d.ts",
7 "scripts": {
8 "test": "ts test",
9 "tdd": "ts test --watch",
10 "lint": "ts lint",
11 "build": "ts build",
12 "prepare": "ts prepare"
13 },
14 "dependencies": {
15 "rehype-format": "3.0.0",
16 "rehype-stringify": "6.0.1",
17 "remark-parse": "7.0.2",
18 "remark-rehype": "5.0.0",
19 "unified": "8.4.2"
20 },
21 "devDependencies": {
22 "@platform/test": "0.1.0",
23 "@platform/ts": "3.7.7"
24 },
25 "files": [
26 "lib"
27 ],
28 "repository": "uiharness/platform",
29 "license": "MIT"
30}