Skip to content

Commit

Permalink
chore: update license and package info
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjunyu19 committed Feb 6, 2025
1 parent 46a24f9 commit 9af34bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Aether Chen
Copyright (c) Aether Chen and Aether Island contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 6 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
{
"name": "kirara",
"name": "@aetherisland/kirara",
"type": "module",
"version": "0.1.3",
"description": "",
"keywords": [],
"homepage": "https://github.com/AetherIsland/kirara#readme",
"bugs": {
"url": "https://github.com/AetherIsland/kirara/issues"
},
"description": "A tool for automating the downloading and management of packages for miHoYo PC games",
"license": "MIT",
"main": "dist/main.js",
"type": "module",
"homepage": "https://github.com/AetherIsland/kirara",
"bugs": "https://github.com/AetherIsland/kirara/issues",
"repository": "github:AetherIsland/kirara",
"main": "dist/main.js",
"scripts": {
"start": "node .",
"build:tsc": "tsc",
"build:rollup": "rollup -c",
"build:rolldown": "rolldown -c",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write src/"
},
"dependencies": {
Expand Down

0 comments on commit 9af34bf

Please sign in to comment.