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