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 },21 "author": "",22 "license": "Apache 2.0",23 "homepage": "",24 "dependencies": {25 "@polkadot/api": "^2.3.1",26 "@polkadot/api-contract": "^2.3.1",27 "@polkadot/types": "^2.3.1",28 "@polkadot/util": "^3.4.1",29 "bignumber.js": "^9.0.0",30 "chai-as-promised": "^7.1.1"31 },32 "standard": {33 "globals": [34 "it",35 "assert",36 "beforeEach",37 "afterEach",38 "describe",39 "contract",40 "artifacts"41 ]42 }43}