]> git.kianting.info Git - clo/blobdiff - package.json
add readme and todo
[clo] / package.json
index 58a28b7eccb95aeb39aabdd02db4d46d0df29767..e4fc17d5e9e2003fe4b433c3f9105dd1834a3860 100644 (file)
@@ -1,14 +1,15 @@
 {
+  "type": "commonjs",
   "name": "clo",
   "version": "0.0.1",
   "description": "a little typesetting engine in TypeScript",
-  "main": "index.js",
+  "main": "src/index.js",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/Yoxem/clo.git"
+    "url": "git+https://git.kianting.info/src/clo"
   },
   "keywords": [
     "typesetting"
   "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.5.7",
+    "@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",
     "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",
-    "npx": "^3.0.0",
-    "pdf-lib": "^1.17.1"
+    "canvas": "^2.11.2",
+    "hyphen": "^1.7.0",
+    "jsdom": "^22.1.0",
+    "minimist": "^1.2.8",
+    "npx": "^10.2.2",
+    "pdfkit": "^0.13.0",
+    "typescript-parsec": "^0.3.4"
   }
 }