aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/client/package.json
blob: 35a5bae0de4762a9bdf3330c44c5d4668f38d784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "@kioku/client",
  "version": "0.1.0",
  "private": true,
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "nsfisis",
  "license": "MIT",
  "packageManager": "pnpm@10.23.0",
  "type": "module"
}