]> git.kianting.info Git - uann/blob - package.json
add matchRange
[uann] / package.json
1 {
2 "name": "clo",
3 "version": "0.0.1",
4 "description": "a little typesetting engine in TypeScript",
5 "main": "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.5.7",
26 "@typescript-eslint/eslint-plugin": "^6.5.0",
27 "chai": "^4.3.8",
28 "eslint": "^8.48.0",
29 "eslint-config-standard-with-typescript": "^39.0.0",
30 "eslint-plugin-import": "^2.28.1",
31 "eslint-plugin-n": "^16.0.2",
32 "eslint-plugin-promise": "^6.1.1",
33 "mocha": "^10.2.0",
34 "nyc": "^15.1.0",
35 "ts-node": "^10.9.1",
36 "tslint": "^6.1.3",
37 "typescript": "^5.2.2"
38 },
39 "dependencies": {
40 "@pdf-lib/fontkit": "^1.1.1",
41 "harfbuzzjs": "^0.3.3",
42 "npx": "^3.0.0",
43 "pdf-lib": "^1.17.1"
44 }
45 }