aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/shared/package.json
blob: c15c299e894a8665ce7db7c3f799c1cb72864cc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "@kioku/shared",
  "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"
}