X-Git-Url: https://git.kianting.info/?a=blobdiff_plain;f=package.json;h=90711f644e0e05753ad8e8dbd1c2c7f192b2c8f0;hb=134485a6d637ce5b422098c08bccb274c73bca86;hp=3f68bda08bee29ebde319fc56247030fc6c83fbc;hpb=d8b33fabf7ffab673f4cd6a8201aadacf3624b41;p=clo diff --git a/package.json b/package.json index 3f68bda..90711f6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Yoxem/clo.git" + "url": "git+https://git.kianting.info/src/clo" }, "keywords": [ "typesetting" @@ -17,11 +17,13 @@ "author": "Tan Kian-ting", "license": "MIT", "bugs": { - "url": "https://github.com/Yoxem/clo/issues" + "url": "https://kianting.info/wiki/w/Project:Clo#Discussion" }, - "homepage": "https://github.com/Yoxem/clo#readme", + "homepage": "https://kianting.info/wiki/w/Project:Clo", "devDependencies": { "@types/chai": "^4.3.5", + "@types/fontkit": "^2.0.5", + "@types/jsdom": "^21.1.4", "@types/mocha": "^10.0.1", "@types/node": "^20.8.4", "@types/pdfkit": "^0.13.1", @@ -36,12 +38,17 @@ "nyc": "^15.1.0", "ts-node": "^10.9.1", "tslint": "^6.1.3", + "typedoc": "^0.25.2", "typescript": "^5.2.2" }, "dependencies": { - "harfbuzzjs": "^0.3.3", + "canvas": "^2.11.2", + "fontkit": "^2.0.2", + "hyphen": "^1.7.0", + "jsdom": "^22.1.0", "minimist": "^1.2.8", "npx": "^10.2.2", + "pdf-lib": "^1.17.1", "pdfkit": "^0.13.0", "typescript-parsec": "^0.3.4" }