{
    "name": "@threema/threema-markup",
    "version": "1.2.0",
    "description": "A markup parser and formatter for the markup language used in Threema.",
    "author": "Threema GmbH",
    "license": "MIT OR Apache-2.0",
    "type": "module",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "files": [
        "/src",
        "/dist",
        "/LICENSE-*",
        "/CHANGELOG.md"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/threema-ch/threema-markup.git"
    },
    "keywords": [
        "markup",
        "threema",
        "formatting"
    ],
    "homepage": "https://github.com/threema-ch/threema-markup#readme",
    "bugs": {
        "url": "https://github.com/threema-ch/threema-markup/issues"
    },
    "scripts": {
        "build": "tsc",
        "prepare": "npm run build",
        "test": "tsx node_modules/jasmine/bin/jasmine --config=jasmine.json"
    },
    "devDependencies": {
        "@types/jasmine": "^5.1.7",
        "@types/node": "^22.15.3",
        "jasmine": "^5.7.0",
        "jasmine-spec-reporter": "^7.0.0",
        "tsx": "^4.19.3",
        "typescript": "^5.8.3"
    }
}
