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/chai-as-promised": "^7.1.3",12 "@types/mocha": "^8.0.3",13 "chai": "^4.2.0",14 "mocha": "^8.1.1",15 "ts-node": "^9.0.0",16 "tslint": "^5.20.1",17 "typescript": "^3.9.7"18 },19 "scripts": {20 "test": "mocha --timeout 9999999 -r ts-node/register ./**/*.test.ts"21 },22 "author": "",23 "license": "Apache 2.0",24 "homepage": "",25 "dependencies": {26 "@polkadot/api": "^1.34.1",27 "@polkadot/types": "^1.34.1",28 "@polkadot/util": "^3.4.1",29 "@types/bn.js": "^4.11.6",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}