feat(package): add initial package.json for test consumer setup

This commit is contained in:
David Snelling 2025-08-05 09:36:43 -07:00
parent 289266864c
commit 1d3deaa07f
2 changed files with 2526 additions and 0 deletions

2510
test-consumer/package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,16 @@
{
"name": "test-consumer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@soulcraft/brainy": "file:soulcraft-brainy-0.41.0.tgz"
}
}