@daml/types
Version:
Primitive types of the Daml language and their serialization.
44 lines (43 loc) • 1.09 kB
JSON
{
"private": false,
"name": "@daml/types",
"version": "2.10.3",
"description": "Primitive types of the Daml language and their serialization.",
"keywords": [
"daml",
"API",
"types",
"serialization"
],
"homepage": "https://daml.com",
"repository": {
"type": "git",
"url": "https://github.com/digital-asset/daml.git",
"directory": "language-support/ts/daml-types"
},
"main": "index.js",
"types": "index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@mojotech/json-type-validation": "^3.1.0",
"@types/lodash": "^4.5",
"lodash": "^4.5"
},
"scripts": {
"build": "tsc --build",
"build:watch": "tsc --build --watch",
"test": "jest",
"lint": "eslint --ext .ts --ignore-pattern lib/ --max-warnings 0 ./"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/lodash": "^4.5",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"eslint": "^6.8.0",
"lodash": "^4.5",
"jest": "^27.0.5",
"ts-jest": "^27.0.3",
"typescript": "~5.8"
}
}