git.delta.rocks / unique-network / refs/commits / 667f02faac6f

difftreelog

source

js-packages/test-utils/package.json423 Bsourcehistory
1{2  "author": "",3  "license": "SEE LICENSE IN ../../../LICENSE",4  "description": "Playground scripts",5  "engines": {6    "node": ">=16"7  },8  "name": "@unique/test-utils",9  "type": "module",10  "version": "1.0.0",11  "main": "index.js",12  "dependencies": {13    "@polkadot/api": "10.10.1",14    "@polkadot/util": "^12.5.1",15    "@polkadot/util-crypto": "^12.5.1",16    "@unique-nft/opal-testnet-types": "workspace:*"17  }18}