X-Git-Url: https://git.kianting.info/?a=blobdiff_plain;f=package.json;h=e4fc17d5e9e2003fe4b433c3f9105dd1834a3860;hb=eeb98157020c3a0e3f7481ef397b09a741f726bb;hp=90a18bc77177a2c42a961a8229e3b6e3aebb9998;hpb=4064e597019df41eabbe7bf662a8f2ba16bda44a;p=clo diff --git a/package.json b/package.json index 90a18bc..e4fc17d 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "type": "commonjs", "name": "clo", "version": "0.0.1", "description": "a little typesetting engine in TypeScript", @@ -8,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Yoxem/clo.git" + "url": "git+https://git.kianting.info/src/clo" }, "keywords": [ "typesetting" @@ -16,13 +17,15 @@ "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", "@typescript-eslint/eslint-plugin": "^6.5.0", "chai": "^4.3.8", "eslint": "^8.48.0", @@ -34,15 +37,16 @@ "nyc": "^15.1.0", "ts-node": "^10.9.1", "tslint": "^6.1.3", + "typedoc": "^0.25.2", "typescript": "^5.2.2" }, "dependencies": { - "@pdf-lib/fontkit": "^1.1.1", - "harfbuzzjs": "^0.3.3", - "js-tokens": "^8.0.2", + "canvas": "^2.11.2", + "hyphen": "^1.7.0", + "jsdom": "^22.1.0", "minimist": "^1.2.8", - "npx": "^3.0.0", - "pdf-lib": "^1.17.1", + "npx": "^10.2.2", + "pdfkit": "^0.13.0", "typescript-parsec": "^0.3.4" } }