@stable-io/cctp-sdk-cctpr-definitions
Version:
Definitions for the CCTPR corridor of the CCTP SDK
49 lines • 1.16 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@stable-io/cctp-sdk-cctpr-definitions",
"version": "0.2.0",
"type": "module",
"license": "MPL-2.0",
"author": "Stable Technologies",
"description": "Definitions for the CCTPR corridor of the CCTP SDK",
"files": [
"dist",
"!*.test.*",
"README.md"
],
"keywords": [
"typescript",
"cctp",
"sdk"
],
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"scripts": {
"prepublishOnly": "eslint . && tsc",
"build": "tsc",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "echo \"No tests yet\" && exit 0",
"clean": "rm -rf ./dist"
},
"dependencies": {
"@stable-io/cctp-sdk-definitions": "^0.2.0",
"@stable-io/map-utils": "^0.2.0",
"@stable-io/utils": "^0.2.0",
"binary-layout": "^1.2.2"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"eslint": "^9.22.0",
"eslint-config": "^0.2.0",
"jest": "^29.7.0",
"ts-jest": "29.2.6",
"typescript": "^5.8.2"
}
}