UNPKG

@pixi/webdoc-template

Version:

PixiJS' webdoc template for API documentation

54 lines 1.29 kB
{ "name": "@pixi/webdoc-template", "version": "2.2.3", "description": "PixiJS' webdoc template for API documentation", "type": "commonjs", "main": "publish.js", "repository": { "type": "git", "url": "git+https://github.com/pixijs/webdoc-template.git" }, "publishConfig": { "access": "public" }, "keywords": [ "pixi.js", "pixi", "webdoc", "documentation" ], "author": "Shukant K. Pal <shukantpal@outlook.com>", "license": "MIT", "bugs": { "url": "https://github.com/pixijs/webdoc-template/issues" }, "homepage": "https://github.com/pixijs/webdoc-template#readme", "files": [ "publish.js", "static", "tmpl" ], "lint-staged": { "*.{ts,js,mjs}": [ "eslint --cache --fix --max-warnings 0" ] }, "dependencies": { "code-prettify": "^0.1.0", "color-themes-for-google-code-prettify": "^2.0.4", "common-path-prefix": "^3.0.0", "fs-extra": "^9.0.1", "jquery": "^3.7.1", "klaw-sync": "^6.0.0", "lodash": "*", "markdown-it": "^12.3.2", "markdown-it-highlightjs": "^3.6.0", "missionlog": "^1.6.0", "open-sans-fonts": "^1.6.2", "taffydb": "^2.7.3" }, "peerDependencies": { "@webdoc/model": "^1.6.6", "@webdoc/template-library": "^1.2.1" } }