git.delta.rocks / unique-network / refs/commits / 6f6269b651ef

difftreelog

source

tests/package.json8.6 KiBsourcehistory
1{2  "name": "unique-tests",3  "version": "1.0.0",4  "description": "Unique Chain Tests",5  "main": "",6  "devDependencies": {7    "@polkadot/typegen": "10.7.2",8    "@types/chai": "^4.3.3",9    "@types/chai-as-promised": "^7.1.5",10    "@types/chai-like": "^1.1.1",11    "@types/chai-subset": "^1.3.3",12    "@types/mocha": "^10.0.0",13    "@types/node": "^20.2.3",14    "@typescript-eslint/eslint-plugin": "^5.47.0",15    "@typescript-eslint/parser": "^5.47.0",16    "@zombienet/utils": "https://gitpkg.now.sh/Fahrrader/zombienet/javascript/packages/utils?chain-spec-mutator-dump",17    "@zombienet/orchestrator": "https://gitpkg.now.sh/Fahrrader/zombienet/javascript/packages/orchestrator?chain-spec-mutator-dump",18    "chai": "^4.3.6",19    "chai-subset": "^1.6.0",20    "eslint": "^8.25.0",21    "eslint-plugin-mocha": "^10.1.0",22    "mocha": "^10.1.0",23    "ts-node": "^10.9.1",24    "typescript": "^5.0.4"25  },26  "mocha": {27    "timeout": 9999999,28    "require": [29      "ts-node/register"30    ]31  },32  "scripts": {33    "lint": "eslint --ext .ts,.js src/",34    "fix": "yarn lint --fix",35    "setup": "ts-node --esm ./src/util/globalSetup.ts",36    "setIdentities": "ts-node --esm ./src/util/identitySetter.ts",37    "checkRelayIdentities": "ts-node --esm ./src/util/relayIdentitiesChecker.ts",38    "frankenstein": "ts-node --esm ./src/util/frankenstein.ts",39    "_test": "yarn setup && mocha --timeout 9999999 --loader=ts-node/esm.mjs",40    "_testParallel": "yarn setup && mocha --timeout 9999999 --parallel --loader=ts-node/esm.mjs",41    "test": "yarn _test './src/**/*.*test.ts'",42    "testParallelFull": "yarn testParallel && yarn testSequential",43    "testParallel": "yarn _testParallel './src/**/*.test.ts'",44    "testSequential": "yarn _test './src/**/*.seqtest.ts'",45    "testStructure": "yarn _test ./**/nesting/*.*test.ts",46    "testEth": "yarn _test './**/eth/**/*.*test.ts'",47    "testEthNesting": "yarn _test './**/eth/nesting/**/*.*test.ts'",48    "testEthFractionalizer": "yarn _test './**/eth/fractionalizer/**/*.*test.ts'",49    "testEthMarketplace": "yarn _test './**/eth/marketplace/**/*.*test.ts'",50    "testSub": "yarn _test './**/sub/**/*.*test.ts'",51    "testSubNesting": "yarn _test './**/sub/nesting/**/*.*test.ts'",52    "testEvent": "yarn _test ./src/check-event/*.*test.ts",53    "testEthPayable": "yarn _test './**/eth/payable.test.ts'",54    "testEvmCoder": "yarn _test './**/eth/evmCoder.test.ts'",55    "testNesting": "yarn _test ./**/nest.test.ts",56    "testUnnesting": "yarn _test ./**/unnest.test.ts",57    "testProperties": "yarn _test ./**/collectionProperties.*test.ts ./**/tokenProperties.*test.ts ./**/getPropertiesRpc.test.ts",58    "testCollectionProperties": "yarn _test ./**/collectionProperties.*test.ts",59    "testTokenProperties": "yarn _test ./**/tokenProperties.*test.ts",60    "testMigration": "yarn _test ./**/nesting/migration-check.test.ts",61    "testAddCollectionAdmin": "yarn _test ./**/addCollectionAdmin.test.ts",62    "testSetCollectionLimits": "yarn _test ./**/setCollectionLimits.test.ts",63    "testChangeCollectionOwner": "yarn _test ./**/change-collection-owner.test.ts",64    "testSetCollectionSponsor": "yarn _test ./**/setCollectionSponsor.test.ts",65    "testConfirmSponsorship": "yarn _test ./**/confirmSponsorship.test.ts",66    "testRemoveCollectionAdmin": "yarn _test ./**/removeCollectionAdmin.test.ts",67    "testRemoveCollectionSponsor": "yarn _test ./**/removeCollectionSponsor.test.ts",68    "testAllowLists": "yarn _test ./**/allowLists.test.ts",69    "testConnection": "yarn _test ./**/connection.test.ts",70    "testContracts": "yarn _test ./**/contracts.test.ts",71    "testCreateItem": "yarn _test ./**/createItem.test.ts",72    "testCreateMultipleItems": "yarn _test ./**/createMultipleItems.test.ts",73    "testCreateMultipleItemsEx": "yarn _test ./**/createMultipleItemsEx.test.ts",74    "testApprove": "yarn _test ./**/approve.test.ts",75    "testTransferFrom": "yarn _test ./**/transferFrom.test.ts",76    "testCreateCollection": "yarn _test ./**/createCollection.test.ts",77    "testDestroyCollection": "yarn _test ./**/destroyCollection.test.ts",78    "testToggleContractAllowList": "yarn _test ./**/toggleContractAllowList.test.ts",79    "testAddToContractAllowList": "yarn _test ./**/addToContractAllowList.test.ts",80    "testTransfer": "yarn _test ./**/transfer.test.ts",81    "testBurnItem": "yarn _test ./**/burnItem.test.ts",82    "testAdminTransferAndBurn": "yarn _test ./**/adminTransferAndBurn.test.ts",83    "testSetPermissions": "yarn _test ./**/setPermissions.test.ts",84    "testCreditFeesToTreasury": "yarn _test ./**/creditFeesToTreasury.seqtest.ts",85    "testContractSponsoring": "yarn _test ./**/eth/contractSponsoring.test.ts",86    "testEnableContractSponsoring": "yarn _test ./**/enableContractSponsoring.test.ts",87    "testRemoveFromContractAllowList": "yarn _test ./**/removeFromContractAllowList.test.ts",88    "testSetContractSponsoringRateLimit": "yarn _test ./**/setContractSponsoringRateLimit.test.ts",89    "testSetOffchainSchema": "yarn _test ./**/setOffchainSchema.test.ts",90    "testNextSponsoring": "yarn _test ./**/nextSponsoring.test.ts",91    "testOverflow": "yarn _test ./**/overflow.test.ts",92    "testMaintenance": "yarn _test ./**/maintenance.seqtest.ts",93    "testInflation": "yarn _test ./**/inflation.seqtest.ts",94    "testScheduler": "yarn _test ./**/scheduler.seqtest.ts",95    "testSchedulingEVM": "yarn _test ./**/eth/scheduling.test.ts",96    "testPalletPresence": "yarn _test ./**/pallet-presence.test.ts",97    "testEnableDisableTransfers": "yarn _test ./**/enableDisableTransfer.test.ts",98    "testLimits": "yarn _test ./**/limits.test.ts",99    "testEthCreateNFTCollection": "yarn _test ./**/eth/createNFTCollection.test.ts",100    "testEthCreateRFTCollection": "yarn _test ./**/eth/createRFTCollection.test.ts",101    "testEthNFT": "yarn _test ./**/eth/nonFungible.test.ts",102    "testRFT": "yarn _test ./**/refungible.test.ts",103    "testEthRFT": "yarn _test ./**/eth/reFungible.test.ts ./**/eth/reFungibleToken.test.ts",104    "testFT": "yarn _test ./**/fungible.test.ts",105    "testEthFT": "yarn _test ./**/eth/fungible.test.ts",106    "testRPC": "yarn _test ./**/rpc.test.ts",107    "testPromotion": "yarn _test ./**/appPromotion/*test.ts",108    "testApiConsts": "yarn _test ./**/apiConsts.test.ts",109    "testCollators": "RUN_COLLATOR_TESTS=1 yarn _test ./**/collator-selection/**.*test.ts --timeout 49999999",110    "testCollatorSelection": "RUN_COLLATOR_TESTS=1 yarn _test ./**/collatorSelection.*test.ts --timeout 49999999",111    "testIdentity": "RUN_COLLATOR_TESTS=1 yarn _test ./**/identity.*test.ts --timeout 49999999",112    "testXcmUnique": "RUN_XCM_TESTS=1 yarn _test ./**/xcm/xcmUnique.test.ts",113    "testXcmQuartz": "RUN_XCM_TESTS=1 yarn _test ./**/xcm/xcmQuartz.test.ts",114    "testXcmOpal": "RUN_XCM_TESTS=1 yarn _test ./**/xcm/xcmOpal.test.ts",115    "testXcmTransferAcala": "yarn _test ./**/xcm/xcmTransferAcala.test.ts acalaId=2000 uniqueId=5000",116    "testXcmTransferStatemine": "yarn _test ./**/xcm/xcmTransferStatemine.test.ts statemineId=1000 uniqueId=5000",117    "testXcmTransferMoonbeam": "yarn _test ./**/xcm/xcmTransferMoonbeam.test.ts",118    "benchMintingFee": "ts-node src/benchmarks/mintFee/benchmark.ts",119    "load": "yarn _test './**/*.load.ts'",120    "loadTransfer": "ts-node src/transfer.nload.ts",121    "polkadot-types-fetch-metadata": "curl -H 'Content-Type: application/json' -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9933 > src/interfaces/metadata.json",122    "polkadot-types-from-defs": "ts-node --esm ./node_modules/.bin/polkadot-types-from-defs --endpoint src/interfaces/metadata.json --input src/interfaces/ --package .",123    "polkadot-types-from-chain": "ts-node --esm ./node_modules/.bin/polkadot-types-from-chain --endpoint src/interfaces/metadata.json --output src/interfaces/ --package .",124    "polkadot-types": "echo \"export default {}\" > src/interfaces/lookup.ts && yarn polkadot-types-fetch-metadata && yarn polkadot-types-from-defs && yarn polkadot-types-from-defs && yarn polkadot-types-from-chain",125    "generateEnv": "ts-node --esm ./src/generateEnv.ts"126  },127  "author": "",128  "license": "SEE LICENSE IN ../LICENSE",129  "homepage": "",130  "dependencies": {131    "@openzeppelin/contracts": "^4.9.0",132    "@polkadot/api": "10.7.2",133    "@polkadot/rpc-core": "^10.7.2",134    "@polkadot/util": "12.2.1",135    "@polkadot/util-crypto": "12.2.1",136    "@polkadot/wasm-crypto-asmjs": "^7.2.1",137    "@polkadot/wasm-crypto-wasm": "^7.2.1",138    "chai-as-promised": "^7.1.1",139    "chai-like": "^1.1.1",140    "csv-writer": "^1.6.0",141    "find-process": "^1.4.7",142    "solc": "0.8.17",143    "web3": "1.10.0"144  },145  "resolutions": {146    "decode-uri-component": "^0.2.1"147  },148  "type": "module"149}