X-Git-Url: https://git.kianting.info/?a=blobdiff_plain;f=package.json;fp=package.json;h=0000000000000000000000000000000000000000;hb=1ea8dfd99517fdfe98c81aa206ad2615c1113426;hp=0f7c93eae757fd047cd78f15500be4ae92b03e24;hpb=c2cab771be8b40c091556c7df314b6a5abbe366e;p=uann diff --git a/package.json b/package.json deleted file mode 100644 index 0f7c93e..0000000 --- a/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "clo", - "version": "0.0.1", - "description": "a little typesetting engine in TypeScript", - "main": "src/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" - } -}