UNPKG

@animespace/core

Version:

Create your own Anime Space

71 lines 1.58 kB
{ "name": "@animespace/core", "version": "0.1.0-beta.24", "description": "Create your own Anime Space", "keywords": [ "anime", "animespace", "cli" ], "homepage": "https://animespace.onekuma.cn/", "bugs": { "url": "https://github.com/yjl9903/AnimeSpace/issues" }, "repository": { "type": "git", "url": "git+https://github.com/yjl9903/AnimeSpace.git", "directory": "packages/core" }, "license": "AGPL-3.0", "author": "XLor", "sideEffects": false, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "*.mjs" ], "dependencies": { "@breadc/color": "^0.9.7", "@breadc/death": "^0.9.7", "@breadfs/webdav": "^0.1.8", "anitomy": "^0.0.35", "breadfs": "^0.1.8", "consola": "3.1.0", "date-fns": "^4.1.0", "debug": "^4.4.1", "defu": "^6.1.4", "fast-glob": "^3.3.3", "fs-extra": "^11.3.0", "memofunc": "^0.1.6", "pathe": "^2.0.3", "simptrad": "^0.2.0", "trash": "^9.0.0", "undici": "^7.10.0", "yaml": "^2.8.0", "zod": "^3.25.7" }, "devDependencies": { "breadc": "^0.9.7", "rimraf": "^6.0.1" }, "engines": { "node": ">=v20.7.0" }, "scripts": { "build": "unbuild", "dev": "unbuild --stub", "format": "prettier --write src/**/*.ts test/**/*.ts", "test": "vitest", "typecheck": "tsc --noEmit" } }