45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "clo",
|
|
"version": "0.0.1",
|
|
"description": "a little typesetting engine in TypeScript",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Yoxem/clo.git"
|
|
},
|
|
"keywords": [
|
|
"typesetting"
|
|
],
|
|
"author": "Tan Kian-ting",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Yoxem/clo/issues"
|
|
},
|
|
"homepage": "https://github.com/Yoxem/clo#readme",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.5",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/node": "^20.5.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
"chai": "^4.3.8",
|
|
"eslint": "^8.48.0",
|
|
"eslint-config-standard-with-typescript": "^39.0.0",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-n": "^16.0.2",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"mocha": "^10.2.0",
|
|
"nyc": "^15.1.0",
|
|
"ts-node": "^10.9.1",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@pdf-lib/fontkit": "^1.1.1",
|
|
"harfbuzzjs": "^0.3.3",
|
|
"npx": "^3.0.0",
|
|
"pdf-lib": "^1.17.1"
|
|
}
|
|
}
|