blob: 26c95b73776f3f646c721f610127cccb6ab7c6c0 (
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"
}
|