@ambisafe/tabla-client
Version:
Ambisafe Tabla client library
37 lines • 958 B
JSON
{
"name": "@ambisafe/tabla-client",
"version": "0.0.7",
"description": "Ambisafe Tabla client library",
"private": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"author": "Ambisafe Software Inc.",
"license": "https://ambisafe.com/terms.pdf",
"keywords": [
"tabla",
"tabla-client"
],
"dependencies": {
"axios": "^1.4.0",
"ethers": "^5.7.2",
"jsonwebtoken": "^9.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "^20.4.6",
"jest": "^29.6.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^5.1.6"
},
"scripts": {
"tslint": "tsc",
"test": "jest",
"build": "tsup src/index.ts --format cjs,esm --dts",
"prod:build": "pnpm tslint && pnpm test && pnpm build",
"npm:publish": "pnpm prod:build && pnpm publish --access public"
}
}