@tatumio/nft-connector
Version:
NFT Connector for Tatum API
98 lines (97 loc) • 2.54 kB
JSON
{
"name": "@tatumio/nft-connector",
"version": "1.6.27",
"description": "NFT Connector for Tatum API",
"license": "MIT",
"files": [
"npm/**/*",
"src/**/*",
"*.md",
"openapi.yaml"
],
"main": "npm/index.js",
"scripts": {
"build": "rimraf npm && tsc",
"prepare": "npm run build",
"format": "prettier --write \\\"src/**/*.ts\\\"",
"lint": "tslint -p tsconfig.json -c tslint.json",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"keywords": [
"tatum",
"tatumio",
"blockchain"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/tatumio/tatum-blockchain-connector/nft-connector"
},
"bugs": "https://github.com/tatumio/tatum-blockchain-connector/",
"peerDependencies": {
"@nestjs/common": "^7.6.1",
"@tatumio/blockchain-connector-common": "^1.1.6",
"@tatumio/tatum": "^1.30.4",
"@tatumio/tatum-core": "^2.0.0-alpha.89",
"@tatumio/tatum-kcs": "^2.0.0-alpha.89",
"@tatumio/tatum-solana": "^2.0.0-alpha.89",
"axios": "^0.21.1",
"bignumber.js": "^9.0.0",
"class-transformer": "^0.2.3",
"class-validator": "0.13.0",
"nestjs-pino": "^1.3.0",
"rxjs": "^6.6.3"
},
"devDependencies": {
"@nestjs/common": "^7.6.1",
"@tatumio/blockchain-connector-common": "^1.1.6",
"@tatumio/tatum": "^1.30.4",
"@tatumio/tatum-kcs": "^2.0.0-alpha.89",
"@tatumio/tatum-solana": "^2.0.0-alpha.89",
"@types/express": "4.17.9",
"@types/jest": "26.0.18",
"@types/node": "14.14.12",
"@types/supertest": "2.0.10",
"axios": "^0.21.1",
"bignumber.js": "^9.0.0",
"class-transformer": "^0.2.3",
"class-validator": "0.13.0",
"jest": "26.6.3",
"nestjs-pino": "^1.3.0",
"prettier": "2.2.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^6.6.3",
"supertest": "6.0.1",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"tsc-watch": "4.2.9",
"tsconfig-paths": "3.9.0",
"tslint": "5.20.1",
"typescript": "4.1.2",
"web3": "^1.3.6",
"web3-eth": "^1.3.6"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"dependencies": {
"@metaplex/js": "^4.4.2"
}
}