UNPKG

json-poster

Version:

Generate posters by configuring json

51 lines (49 loc) 1.04 kB
{ "name": "json-poster", "version": "1.1.2", "description": "Generate posters by configuring json", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "LICENSE", "tsconfig.json", "README.md", "bin", "dist", "src" ], "scripts": { "build": "tsc", "test": "ts-node src/test.ts" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/panxuesen/json-poster.git" }, "keywords": [ "poster", "create poster", "海报", "海报生成", "Node海报生成", "图片合成", "图片生成" ], "author": "潘学森", "license": "MIT", "bugs": { "url": "https://github.com/panxuesen/json-poster/issues" }, "homepage": "https://www.npmjs.com/package/json-poster?activeTab=readme", "dependencies": { "axios": "^1.7.9", "fontkit": "^2.0.4", "sharp": "^0.33.5" }, "devDependencies": { "@types/fontkit": "^2.0.7", "@types/node": "^22.13.4", "ts-node": "^10.9.2", "typescript": "^5.7.3" } }