UNPKG

animepaste

Version:

Paste your favourite anime online

85 lines 2.08 kB
{ "name": "animepaste", "version": "0.0.6", "description": "Paste your favourite anime online", "keywords": [ "anime", "AnimePaste", "XLorPaste", "cli" ], "homepage": "https://anime.docs.xlorpaste.cn/", "bugs": { "url": "https://github.com/XLorPaste/AnimePaste/issues" }, "repository": { "type": "git", "url": "git+https://github.com/XLorPaste/AnimePaste.git" }, "license": "AGPL-3.0", "author": "XLor", "sideEffects": false, "type": "module", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "bin": { "anime": "./cli.mjs" }, "files": [ "dist", "*.mjs" ], "dependencies": { "@alicloud/pop-core": "^1.7.12", "@breadc/color": "^0.9.3", "ali-oss": "^6.17.1", "axios": "^1.3.6", "breadc": "^0.9.3", "cli-progress": "^3.12.0", "date-fns": "^2.29.3", "death": "^1.1.0", "debug": "^4.3.4", "fastest-levenshtein": "^1.0.16", "fs-extra": "^11.1.1", "js-yaml": "^4.1.0", "lbear": "^0.2.1", "mediainfo.js": "^0.1.9", "prompts": "^2.4.2", "webtorrent": "^2.0.16", "@animepaste/bangumi": "0.0.12", "@animepaste/database": "0.0.6" }, "devDependencies": { "@types/ali-oss": "^6.16.7", "@types/cli-progress": "^3.11.0", "@types/death": "^1.1.2", "@types/debug": "^4.1.7", "@types/fs-extra": "^11.0.1", "@types/js-yaml": "^4.0.5", "@types/webtorrent": "^0.109.3", "bangumi-data": "^0.3.114", "optc": "^0.6.2", "unbuild": "^1.2.1" }, "engines": { "node": ">=v16.0.0" }, "scripts": { "build": "pnpm postinstall && unbuild", "dev": "unbuild --stub", "format": "prettier --write src/**/*.ts", "postinstall": "optc scripts/bangumi.ts", "release": "bumpp --commit --push --tag && pnpm release", "test": "vitest", "typecheck": "tsc --noEmit", "preversion": "pnpm build" } }