docs: 📝 document packages dir
This commit is contained in:
parent
ff71963414
commit
62efd07ca0
8
packages/README.md
Normal file
8
packages/README.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# 📦 Packages
|
||||||
|
|
||||||
|
This directory contains all of the packages Calckey uses.
|
||||||
|
|
||||||
|
- `backend`: Server side code
|
||||||
|
- `client`: Web app
|
||||||
|
- `sw`: Web [Service Worker](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API)
|
||||||
|
- [`calckey-js`](https://www.npmjs.com/package/calckey-js): Global TypeScript SDK
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "calckey-js",
|
"name": "calckey-js",
|
||||||
"version": "0.0.23",
|
"version": "0.0.24",
|
||||||
"description": "Calckey SDK for JavaScript",
|
"description": "Calckey SDK for JavaScript",
|
||||||
"main": "./built/index.js",
|
"main": "./built/index.js",
|
||||||
"types": "./built/index.d.ts",
|
"types": "./built/index.d.ts",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://codeberg.org/calckey/calckey.js"
|
"url": "https://codeberg.org/calckey/calckey.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@microsoft/api-extractor": "^7.36.0",
|
"@microsoft/api-extractor": "^7.36.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user