34 lines
828 B
JSON
34 lines
828 B
JSON
{
|
|
"name": "anothertypesetter",
|
|
"version": "0.0.1",
|
|
"description": "Another typesetter",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.kianting.info/src/anotherTypesetter"
|
|
},
|
|
"keywords": [
|
|
"typesetting"
|
|
],
|
|
"author": "Tan Kian-ting",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@pdf-lib/fontkit": "^1.1.1",
|
|
"fontkit": "^2.0.2",
|
|
"harfbuzzjs": "^0.3.5",
|
|
"memfs": "^4.8.2",
|
|
"pdf-fontkit": "^1.8.9",
|
|
"pdf-lib": "^1.17.1",
|
|
"typescript-parsec": "^0.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fontkit": "^2.0.7",
|
|
"@types/node": "^20.11.30",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"typescript": "^5.4.3"
|
|
}
|
|
}
|