kunkun/packages/utils/package.json
Huakun Shen ad83e89e52
Some checks are pending
CI / build-test (macos-14) (push) Waiting to run
CI / build-test (ubuntu-24.04) (push) Waiting to run
CI / build-test (windows-latest) (push) Waiting to run
feat: implement pixel dance animation component, page and command (#8)
* feat: implement pixel dance animation component, page and command

* feat: make entire dance page draggable

* feat: add dance transition for ui-iframe extension loading
2024-11-03 19:34:07 -05:00

20 lines
300 B
JSON

{
"name": "@kksh/utils",
"module": "index.ts",
"type": "module",
"scripts": {
"test": "bun test"
},
"exports": {
".": "./src/index.ts"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"lz-string": "^1.5.0"
}
}