1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "@honkit/asciidoc",
- "version": "6.0.2",
- "description": "Parse AsciiDoc content for gitbook",
- "homepage": "https://github.com/honkit/honkit",
- "bugs": {
- "url": "https://github.com/honkit/honkit/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/honkit/honkit.git"
- },
- "license": "Apache-2.0",
- "contributors": [
- {
- "name": "FriendCode Inc.",
- "email": "contact@gitbook.com"
- },
- {
- "name": "Aaron O'Mullan",
- "email": "aaron@gitbook.com"
- },
- {
- "name": "Samy Pessé",
- "email": "samy@gitbook.com"
- }
- ],
- "main": "lib/index.js",
- "files": [
- "lib",
- "!__tests__"
- ],
- "scripts": {
- "build": "tsc -p .",
- "test": "jest src",
- "prepublish": "npm run --if-present build"
- },
- "dependencies": {
- "@honkit/html": "6.0.2",
- "asciidoctor": "^2.2.8",
- "lodash": "^4.17.21"
- },
- "devDependencies": {
- "@types/jest": "^29.5.13",
- "jest": "^29.7.0",
- "ts-jest": "^29.2.5"
- },
- "publishConfig": {
- "access": "public"
- },
- "authors": "azu <azuciao@gmail.com>",
- "gitHead": "9dcd51c588177ee3a684788c633a67b82dea82a5"
- }
|