mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-21 23:47:57 +00:00
1be455e7ad
- Published from build/ directories for correct npm structure - Updated common dependencies to 14.0.25 - Added AuthorizeCall signed extension support - All packages now have index.js at root level
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "@pezkuwi/merkleize-metadata",
|
|
"version": "16.5.34",
|
|
"author": "PezkuwiChain <dev@pezkuwichain.io>",
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/merkleize-metadata#readme",
|
|
"repository": {
|
|
"directory": "packages/merkleize-metadata",
|
|
"type": "git",
|
|
"url": "https://github.com/pezkuwichain/pezkuwi-api.git"
|
|
},
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"node": {
|
|
"production": {
|
|
"import": "./dist/esm/index.mjs",
|
|
"require": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"import": "./dist/esm/index.mjs",
|
|
"require": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"module": "./dist/esm/index.mjs",
|
|
"import": "./dist/esm/index.mjs",
|
|
"require": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/esm/index.mjs",
|
|
"browser": "./dist/esm/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@pezkuwi/bizinikiwi-bindings": "1.0.0",
|
|
"@pezkuwi/metadata-builders": "1.0.0",
|
|
"@pezkuwi/papi-utils": "1.0.0"
|
|
}
|
|
}
|