{
"name": "@nftmart/telemetry",
"version": "0.0.0",
"description": "nftmart node telemetry service",
"main": "index.ts",
"bin": {
"nftmart-telemetry": "index.ts"
},
"scripts": {
"publish": "yarn npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NFTT-studio/nftmart-telemetry.git"
},
"keywords": [
"nftmart",
"telemetry"
],
"author": "btwiuse",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NFTT-studio/nftmart-telemetry/issues"
},
"files": [
"**/*.ts",
"tsconfig.json"
],
"dependencies": {
"fs": "^0.0.1-security",
"node-fetch": "^2.6.1",
"path": "^0.12.7",
"yaml": "^1.10.2"
},
"devDependencies": {
"@types/node": "^16.4.6"
},
"homepage": "https://github.com/NFTT-studio/nftmart-telemetry#readme"
}