UNPKG

bangumi-tv

Version:

render your bangumi.tv progress on a static web page

40 lines (39 loc) 972 B
{ "name": "bangumi-tv", "version": "1.0.2", "description": "render your bangumi.tv progress on a static web page", "main": "index.js", "type": "module", "scripts": { "start": "fastify start -l info ./app.js", "dev": "fastify start -w -l info -P app.js", "buildSubject": "node collection.js", "build": "node build.js" }, "repository": { "type": "git", "url": "git+https://github.com/GeeKaven/BangumiTV.git" }, "keywords": [ "bangumi", "anime" ], "author": "geekaven", "license": "MIT", "bugs": { "url": "https://github.com/GeeKaven/BangumiTV/issues" }, "homepage": "https://github.com/GeeKaven/BangumiTV#readme", "dependencies": { }, "devDependencies": { "esbuild": "^0.14.27", "axios": "^0.26.1", "dotenv": "^16.0.0", "fastify": "^3.27.1", "fastify-cli": "^2.15.0", "fastify-cors": "^6.0.3", "fastify-static": "^4.5.0" }, "files": ["dist", "LICENSE", "README.md"] }