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/bn.js": "^4.11.6",10 "@types/chai": "^4.2.12",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": "^1.31.2",26 "@polkadot/types": "^1.31.2",27 "@polkadot/util": "^2.18.1",28 "@types/bn.js": "^4.11.6"29 },30 "standard": {31 "globals": [32 "it",33 "assert",34 "beforeEach",35 "afterEach",36 "describe",37 "contract",38 "artifacts"39 ]40 }41}