aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/shared/package.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-06 17:05:21 +0900
committernsfisis <nsfisis@gmail.com>2025-12-06 17:37:04 +0900
commit811458427593a4172a2cd535cc768db375350dca (patch)
tree6c4f46c96b6f29392dc19d591e39e03c187033a1 /pkgs/shared/package.json
parent9736a8981fbd6c6defbd67517ca23904fc844629 (diff)
downloadkioku-811458427593a4172a2cd535cc768db375350dca.tar.gz
kioku-811458427593a4172a2cd535cc768db375350dca.tar.zst
kioku-811458427593a4172a2cd535cc768db375350dca.zip
feat(dev): change architecture and directory structure
Diffstat (limited to 'pkgs/shared/package.json')
-rw-r--r--pkgs/shared/package.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/pkgs/shared/package.json b/pkgs/shared/package.json
deleted file mode 100644
index 8c50a8b..0000000
--- a/pkgs/shared/package.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "name": "@kioku/shared",
- "version": "0.1.0",
- "private": true,
- "main": "./src/index.ts",
- "types": "./src/index.ts",
- "exports": {
- ".": {
- "types": "./src/index.ts",
- "import": "./src/index.ts"
- }
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "nsfisis",
- "license": "MIT",
- "packageManager": "pnpm@10.23.0",
- "type": "module",
- "dependencies": {
- "zod": "^4.1.13"
- }
-}