feat(package): add initial package.json for test consumer setup
This commit is contained in:
parent
fc9389a4fa
commit
4e5fe28c29
2 changed files with 2526 additions and 0 deletions
2510
test-consumer/package-lock.json
generated
Normal file
2510
test-consumer/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
16
test-consumer/package.json
Normal file
16
test-consumer/package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue