@daml/ledger
Version:
Client side API implementation for a Daml based ledger. This library implements the JSON based API for a Daml ledger documented in https://docs.daml.com/json-api/index.html.
47 lines (46 loc) • 1.31 kB
JSON
{
"private": false,
"name": "@daml/ledger",
"version": "2.10.3",
"description": "Client side API implementation for a Daml based ledger. This library implements the JSON based API for a Daml ledger documented in https://docs.daml.com/json-api/index.html.",
"keywords": [
"daml",
"API",
"client"
],
"homepage": "https://daml.com",
"repository": {
"type": "git",
"url": "https://github.com/digital-asset/daml.git",
"directory": "language-support/ts/daml-ledger"
},
"main": "index.js",
"types": "index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@daml/types": "2.10.3",
"@mojotech/json-type-validation": "^3.1.0",
"cross-fetch": "^3.0.4",
"events": "^3.1.0",
"isomorphic-ws": "^4.0.1",
"ws": "^7.2.1"
},
"scripts": {
"build": "tsc --build",
"build:watch": "tsc --build --watch",
"test": "jest",
"lint": "eslint --ext .ts --ignore-pattern lib/ --max-warnings 0 ./"
},
"devDependencies": {
"@types/jest": "^27.0",
"@types/lodash": "4.14.161",
"@types/ws": "^7.2.1",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"eslint": "^6.8.0",
"jest": "^27.0",
"jest-mock-console": "^1.0.0",
"ts-jest": "^27.0",
"typescript": "~5.8"
}
}