@posttext/modules
Version:
The official modules for Posttext
46 lines (45 loc) • 950 B
JSON
{
"name": "@posttext/modules",
"version": "0.1.4",
"description": "The official modules for Posttext",
"type": "module",
"main": "index.js",
"types": "./types/index.d.ts",
"exports": {
".": "./lib/index.js",
"./std": "./lib/std/index.js"
},
"files": [
"lib",
"src",
"types",
"std.d.ts",
"tsconfig.json"
],
"keywords": [
"posttext",
"modules"
],
"homepage": "https://github.com/posttext-project/posttext#readme",
"bugs": {
"url": "https://github.com/posttext-project/posttext/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/posttext-project/posttext.git"
},
"author": "clitetailor",
"license": "MPL-2.0",
"dependencies": {
"@posttext/ptlib": "0.1.4",
"@posttext/registry": "0.1.4",
"katex": "^0.13.11",
"prismjs": "^1.23.0",
"qrcode": "^1.4.4",
"strip-indent": "^4.0.0",
"tslib": "^2.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}