feat(data-plane): add provider contracts and ontology delivery
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "@nodedc/external-provider-contract",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": "./src/index.mjs",
|
||||
"scripts": {
|
||||
"check": "node test/contract.test.mjs && node test/data-product.test.mjs && node test/engine-credential-sink.test.mjs && node test/engine-private-extension.test.mjs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user