mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00

* feat: upgrade kkrpc and tauri-api-adapter * feat: update package.json exports for @kksh/api * chore: bump @kksh/api package version to 0.0.56 * chore: bump @kksh/api version to 0.0.56
27 lines
562 B
JSON
27 lines
562 B
JSON
{
|
|
"name": "@kksh/package-registry",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "bun test --coverage",
|
|
"posttest": "verify-package-export verify"
|
|
},
|
|
"exports": {
|
|
"./jsr": "./src/jsr/index.ts",
|
|
"./npm": "./src/npm/index.ts",
|
|
"./github": "./src/github.ts",
|
|
"./models": "./src/models.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"verify-package-export": "^0.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@huakunshen/jsr-client": "^0.1.5",
|
|
"@kksh/api": "workspace:*",
|
|
"@octokit/rest": "^21.1.0"
|
|
}
|
|
}
|