mochimo-mesh-api-client
Version:
A TypeScript client library for interacting with the Mochimo blockchain API
52 lines (51 loc) • 1.29 kB
JSON
{
"name": "mochimo-mesh-api-client",
"version": "1.1.0",
"description": "A TypeScript client library for interacting with the Mochimo blockchain API",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"test": "jest",
"test:integration": "jest",
"prepublishOnly": "npm run build",
"prepare": "npm run build"
},
"peerDependencies": {
"crypto-js": "^4.2.0",
"mochimo-wots": "^1.2.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/crypto-js": "^4.2.1",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"crypto-js": "^4.2.0",
"jest": "^29.7.0",
"mochimo-wots": "^1.2.1",
"ts-jest": "^29.1.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"keywords": [
"mochimo",
"blockchain",
"cryptocurrency",
"api",
"client"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wagleanuj/mochimo-mesh-api-client.git"
},
"bugs": {
"url": "https://github.com/wagleanuj/mochimo-mesh-api-client/issues"
},
"homepage": "https://github.com/wagleanuj/mochimo-mesh-api-client#readme"
}