]> git.kianting.info Git - clo/blob - package.json
add readme and todo
[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://git.kianting.info/src/clo"
13 },
14 "keywords": [
15 "typesetting"
16 ],
17 "author": "Tan Kian-ting",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://kianting.info/wiki/w/Project:Clo#Discussion"
21 },
22 "homepage": "https://kianting.info/wiki/w/Project:Clo",
23 "devDependencies": {
24 "@types/chai": "^4.3.5",
25 "@types/jsdom": "^21.1.4",
26 "@types/mocha": "^10.0.1",
27 "@types/node": "^20.8.4",
28 "@types/pdfkit": "^0.13.1",
29 "@typescript-eslint/eslint-plugin": "^6.5.0",
30 "chai": "^4.3.8",
31 "eslint": "^8.48.0",
32 "eslint-config-standard-with-typescript": "^39.0.0",
33 "eslint-plugin-import": "^2.28.1",
34 "eslint-plugin-n": "^16.0.2",
35 "eslint-plugin-promise": "^6.1.1",
36 "mocha": "^10.2.0",
37 "nyc": "^15.1.0",
38 "ts-node": "^10.9.1",
39 "tslint": "^6.1.3",
40 "typedoc": "^0.25.2",
41 "typescript": "^5.2.2"
42 },
43 "dependencies": {
44 "canvas": "^2.11.2",
45 "hyphen": "^1.7.0",
46 "jsdom": "^22.1.0",
47 "minimist": "^1.2.8",
48 "npx": "^10.2.2",
49 "pdfkit": "^0.13.0",
50 "typescript-parsec": "^0.3.4"
51 }
52 }