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

difftreelog

source

tests/package.json1.0 KiBsourcehistory
1{2  "name": "NftTests",3  "version": "1.0.0",4  "description": "Substrate Nft tests",5  "main": "",6  "devDependencies": {7    "@polkadot/dev": "^0.52.11",8    "@polkadot/ts": "^0.3.41",9    "@types/chai": "^4.2.12",10    "@types/chai-as-promised": "^7.1.3",11    "@types/mocha": "^8.0.3",12    "chai": "^4.2.0",13    "mocha": "^8.1.1",14    "ts-node": "^9.0.0",15    "tslint": "^5.20.1",16    "typescript": "^3.9.7"17  },18  "scripts": {19    "test": "mocha --timeout 9999999 -r ts-node/register ./**/*.test.ts",20    "load": "mocha --timeout 9999999 -r ts-node/register ./**/*.load.ts"21  },22  "author": "",23  "license": "Apache 2.0",24  "homepage": "",25  "dependencies": {26    "@polkadot/api": "^2.3.1",27    "@polkadot/api-contract": "^2.3.1",28    "@polkadot/types": "^2.3.1",29    "@polkadot/util": "^3.4.1",30    "bignumber.js": "^9.0.0",31    "chai-as-promised": "^7.1.1"32  },33  "standard": {34    "globals": [35      "it",36      "assert",37      "beforeEach",38      "afterEach",39      "describe",40      "contract",41      "artifacts"42    ]43  }44}