git.delta.rocks / unique-network / refs/commits / dba471697970

difftreelog

source

js-packages/package.json2.0 KiBsourcehistory
1{2  "name": "unique-tests",3  "version": "1.0.0",4  "description": "Unique Chain Tests",5  "main": "",6  "private": true,7  "dependencies": {8    "@openzeppelin/contracts": "^4.9.2",9    "chai-as-promised": "^7.1.1",10    "chai-like": "^1.1.1",11    "csv-writer": "^1.6.0",12    "lossless-json": "^3.0.1",13    "solc": "^0.8.22",14    "typechain": "^8.3.2",15    "web3": "1.10.0"16  },17  "devDependencies": {18    "@types/chai": "^4.3.9",19    "@types/chai-as-promised": "^7.1.7",20    "@types/chai-like": "^1.1.2",21    "@types/chai-subset": "^1.3.4",22    "@types/mocha": "^10.0.3",23    "@types/node": "^20.8.10",24    "@typescript-eslint/eslint-plugin": "^6.10.0",25    "@typescript-eslint/parser": "^6.10.0",26    "@unique/opal-types": "workspace:*",27    "@unique/playgrounds": "workspace:*",28    "chai": "^4.3.10",29    "chai-subset": "^1.6.0",30    "eslint": "^8.53.0",31    "eslint-plugin-mocha": "^10.2.0",32    "typescript": "^5.2.2"33  },34  "mocha": {35    "timeout": 9999999,36    "require": [37      "ts-node/register"38    ]39  },40  "scripts": {41    "lint": "eslint --ext .ts,.js src/",42    "fix": "yarn lint --fix",43    "polkadot-types-fetch-metadata": "yarn ts-node --esm scripts/src/fetchMetadata.ts",44    "polkadot-types-from-defs": "ts-node --esm ./node_modules/.bin/polkadot-types-from-defs --endpoint types/src/metadata.json --input types/src/ --package .",45    "polkadot-types-from-chain": "ts-node --esm ./node_modules/.bin/polkadot-types-from-chain --endpoint types/src/metadata.json --output types/src/ --package .",46    "polkadot-types": "echo \"export default {}\" > types/src/lookup.ts && yarn polkadot-types-fetch-metadata && yarn polkadot-types-from-defs && yarn polkadot-types-from-defs && yarn polkadot-types-from-chain"47  },48  "author": "",49  "license": "SEE LICENSE IN ../LICENSE",50  "homepage": "",51  "resolutions": {52    "decode-uri-component": "^0.2.1"53  },54  "type": "module",55  "packageManager": "yarn@3.6.1",56  "workspaces": [57    "types",58    "playgrounds",59    "scripts",60    "tests"61  ]62}