UNPKG

@animepaste/animegarden

Version:

Paste your favourite anime online

52 lines 1.1 kB
{ "name": "@animepaste/animegarden", "version": "0.0.7", "description": "Paste your favourite anime online", "keywords": [ "anime", "animegarden", "dmhy", "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", "files": [ "dist", "*.mjs" ], "dependencies": { "@animepaste/core": "0.0.7" }, "engines": { "node": ">=v16.0.0" }, "scripts": { "build": "unbuild", "dev": "unbuild --stub", "format": "prettier --write src/**/*.ts", "test": "vitest", "typecheck": "tsc --noEmit" } }