X-Git-Url: https://git.kianting.info/?a=blobdiff_plain;f=package.json;h=e4fc17d5e9e2003fe4b433c3f9105dd1834a3860;hb=eeb98157020c3a0e3f7481ef397b09a741f726bb;hp=3f68bda08bee29ebde319fc56247030fc6c83fbc;hpb=d8b33fabf7ffab673f4cd6a8201aadacf3624b41;p=clo diff --git a/package.json b/package.json index 3f68bda..e4fc17d 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,12 @@ "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/jsdom": "^21.1.4", "@types/mocha": "^10.0.1", "@types/node": "^20.8.4", "@types/pdfkit": "^0.13.1", @@ -36,10 +37,13 @@ "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", + "hyphen": "^1.7.0", + "jsdom": "^22.1.0", "minimist": "^1.2.8", "npx": "^10.2.2", "pdfkit": "^0.13.0",