]> git.kianting.info Git - clo/blob - package.json
fix .ttc import bug
[clo] / package.json
1 {
2 "name": "clo",
3 "version": "0.0.1",
4 "description": "a little typesetting engine in TypeScript",
5 "main": "src/index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/Yoxem/clo.git"
12 },
13 "keywords": [
14 "typesetting"
15 ],
16 "author": "Tan Kian-ting",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/Yoxem/clo/issues"
20 },
21 "homepage": "https://github.com/Yoxem/clo#readme",
22 "devDependencies": {
23 "@types/chai": "^4.3.5",
24 "@types/mocha": "^10.0.1",
25 "@types/node": "^20.8.4",
26 "@types/pdfkit": "^0.13.1",
27 "@typescript-eslint/eslint-plugin": "^6.5.0",
28 "chai": "^4.3.8",
29 "eslint": "^8.48.0",
30 "eslint-config-standard-with-typescript": "^39.0.0",
31 "eslint-plugin-import": "^2.28.1",
32 "eslint-plugin-n": "^16.0.2",
33 "eslint-plugin-promise": "^6.1.1",
34 "mocha": "^10.2.0",
35 "nyc": "^15.1.0",
36 "ts-node": "^10.9.1",
37 "tslint": "^6.1.3",
38 "typescript": "^5.2.2"
39 },
40 "dependencies": {
41 "harfbuzzjs": "^0.3.3",
42 "minimist": "^1.2.8",
43 "npx": "^10.2.2",
44 "pdfkit": "^0.13.0",
45 "typescript-parsec": "^0.3.4"
46 }
47 }