koishi-plugin-pixluna
Version:
59 lines • 1.38 kB
JSON
{
"name": "koishi-plugin-pixluna",
"description": "比较新的涩图插件(?",
"version": "2.3.9-beta.6",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./lib/index.d.ts",
"require": "./lib/index.cjs",
"import": "./lib/index.mjs"
},
"./package.json": "./package.json"
},
"files": [
"lib"
],
"scripts": {
"build": "yakumo build --minify",
"publish": "yarn npm publish",
"lint": "biome check && biome lint",
"lint-fix": "biome format --write && biome lint --write"
},
"license": "MPL-2.0",
"homepage": "https://github.com/PixLunaLab/pixluna",
"repository": {
"type": "git",
"url": "git+https://github.com/PixLunaLab/pixluna"
},
"keywords": [
"pixiv",
"koishi",
"plugin",
"色图",
"pixluna"
],
"peerDependencies": {
"@koishijs/plugin-proxy-agent": "^0.3.3",
"koishi": "^4.17.0"
},
"devDependencies": {
"@biomejs/biome": "^2.1.1",
"@koishijs/plugin-proxy-agent": "^0.3.3",
"yakumo": "^2.0.0-alpha.6",
"yakumo-rolldown": "^1.1.10",
"yakumo-tsc": "^2.0.0-alpha.3"
},
"dependencies": {
"@satorijs/element": "^3.1.8",
"pyodide": "^0.28.0"
},
"koishi": {
"description": {
"zh": "比较新的涩图插件(?"
}
}
}