mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-21 23:47:57 +00:00
24350615c0
Root resolutions were pinned to 14.0.11, preventing yarn from resolving to the latest published versions. Updated resolutions and all package.json dependencies to 14.0.25 which includes native bizinikiwi signing context via @pezkuwi/scure-sr25519.
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "@pezkuwi/metadata-builders",
|
|
"version": "16.5.36",
|
|
"author": "PezkuwiChain <dev@pezkuwichain.io>",
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/metadata-builders#readme",
|
|
"repository": {
|
|
"directory": "packages/metadata-builders",
|
|
"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/papi-utils": "1.0.0"
|
|
}
|
|
}
|